We are moving to Discord!

Join us on the Countly Community Discord Server! Engage in discussions, share your feature ideas, and learn from fellow Countly users to build exceptional apps and experiences.

Countly java sdk maven problem

JFrog Bintray has been sunset from where the count-java-sdk can be downloaded. Now https://dl.bintray.com/countly/maven repository url shows 403:Forbidden. Maven can not resolve the dependency issue due to the fact. What could be possible solution regarding this case.

my pom.xml

</dependencies> 
<dependency>
<groupId>ly.count.sdk</groupId>
<artifactId>java</artifactId>
<version>19.09-sdk2-rc</version>
<type>pom</type>
</dependency>
</dependencies>
<repositories>
<repository>
<id>countly-java-sdk</id>
<url>https://dl.bintray.com/countly/maven</url>
</repository>
</repositories>

I can not import the ly.count.sdk due to the reason.

0

Comments

5 comments
  • Hello! Currently a solution to this is not know. Our Android artifacts are still linkable therefore it was surprising that it was not possible for Java.

    According to this it should be possible to resolve them to 1.feb 2022 using JCenter, but currently it doesn't seem to be working:
    https://blog.gradle.org/jcenter-shutdown

    If I won't find a way, I'll just release this to MavenCenter.

     

    0
    Comment actions Permalink
  • That would be nice if you can release the countly-java-sdk to MavenCenter. Can you please inform after you are done releasing?

    0
    Comment actions Permalink
  • Hello, the Java SDK should be available now on MavenCentral. It has the same version as before: "19.09-sdk2-rc". Let me know if you have any issues.

    0
    Comment actions Permalink
  • Thanks for the update. You may also update the documentation for java sdk as well.

    0
    Comment actions Permalink
  • Thanks for the note, just did that.

    0
    Comment actions Permalink

Please sign in to leave a comment.