← Back to team overview

sikuli-driver team mailing list archive

[Question #660280]: Missing artifact jxgrabkey:jxgrabkey:pom:1.0

 

New question #660280 on Sikuli:
https://answers.launchpad.net/sikuli/+question/660280

I know this question was asked before but the solutions that worked for some don't work for me. I have the following

<dependency>
	<groupId>com.sikulix</groupId>
	<artifactId>sikulixapi</artifactId>
	<version>1.1.0</version>
</dependency>

but the project does not compile.  I see an error for "Missing artifact jxgrabkey:jxgrabkey:jar:1.0" .

On Maven central- https://mvnrepository.com/artifact/jxgrabkey/jxgrabkey/1.0, it says "this artifact it located at Consol repository (http://labs.consol.de/maven/repository/)" 

So, I follow the steps to add other repos to my settings.xml and then to my pom.xml and then added the following -

<!-- https://mvnrepository.com/artifact/jxgrabkey/jxgrabkey -->
<dependency>
    <groupId>jxgrabkey</groupId>
    <artifactId>jxgrabkey</artifactId>
    <version>1.0</version>
</dependency>

but the project keeps thinking this jar is missing. I am using Eclipse IDE and Java 1.8.

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