sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #21178
Re: [Question #185713]: Sikuli X-1.0rc3 and Maven support
Question #185713 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/185713
RaiMan posted a new comment:
@ emra
With version 1.0.1 and later, it is recommended, to use sikuli-java.jar with Java programming.
Use option 3 with setup and rename the resulting sikuli-java.jar to
sikuli-java-1.0.1.jar
and load it into your local Maven repository to use this dependency:
<dependency>
<groupId>org.sikuli</groupId>
<artifactId>sikuli-java</artifactId>
<version>1.0.1</version>
</dependency>
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.