Question #272281 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/272281

RaiMan posted a new comment:
in Maven projects you should always use the latest snapshot build, since
this contains all fixes.

latest currently: 1.1.2-SNAPSHOT (continuously built on TravisCI)

 <repositories>
    <repository>
      <id>sonatype-ossrh</id>
      <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
    </repository>
  </repositories>

  <dependencies>
    <dependency>
      <groupId>com.sikulix</groupId>
      <artifactId>sikulixapi</artifactId>
      <version>1.1.2-SNAPSHOT</version>
    </dependency>
  </dependencies>

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to