question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Where can I find sikulixapi 1.1.4 final in Maven?

See original GitHub issue

The documentation tells:

The repository URL:http://oss.sonatype.org/content/groups/public The coordinates are: <groupId>com.sikulix</groupId> <artifactId>sikulixapi</artifactId> <version>1.1.4-SNAPSHOT</version>

But where can I find 1.1.4 final? As you can see, in Maven central, there is only till version 1.1.2.

If I try to use 1.1.4-SNAPSHOT:

checksum format error: ~/.cache/coursier/v1/http/oss.sonatype.org/content/groups/public/com/sikulix/sikulixapi/1.1.4-SNAPSHOT/sikulixapi-1.1.4-SNAPSHOT.pom.sha1

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:12 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
RaiMancommented, Nov 30, 2018

Just checked with 1.1.4:

  <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.4-SNAPSHOT</version>
    </dependency>
  </dependencies>

works as expected.

1reaction
RaiMancommented, Nov 30, 2018

… and this snapshot repo setting (as mentioned in the docs) works also:

    <repository>
      <!--OSSRH: com.sikulix-->
      <id>com.sikulix</id>
      <name>com.sikulix</name>
      <url>https://oss.sonatype.org/content/groups/public</url>
      <layout>default</layout>
      <snapshots>
        <enabled>true</enabled>
        <updatePolicy>always</updatePolicy>
      </snapshots>
    </repository>
Read more comments on GitHub >

github_iconTop Results From Across the Web

SikuliX - is version 1.1.4 available in Maven?
Hi, I'm developing in Java. 1.1.4 is not available on Maven repository, tried to use the coordinates provided but Maven don't use other ......
Read more >
com.sikulix » sikulix2tigervnc » 1.1.4 - Maven Repository
Sikulix2tigervnc » 1.1.4 ; jar (638 KB) View All · Central · #121599 in MvnRepository (See Top Artifacts) · 2 artifacts · Vulnerabilities...
Read more >
Maven project does not referenced sikuli-api dependency in ...
pom.xml file has red x icon on it. I edited the error is: Missing artifact com.sikulix:sikulixapi:jar:1.1 ...
Read more >
Download com.sikulix JAR files with all dependencies
Artifact sikulixapi. Group com.sikulix. Version 2.0.5. Last update 04. March 2021. Tags: visual automation testing. Organization not specified
Read more >
SikuliX Downloads
SikuliX API : Use the SikuliX features in Java programming or Java aware environments ... Maven coordinates for use in Maven aware contexts:...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found