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.
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.
That would be nice if you can release the countly-java-sdk to MavenCenter. Can you please inform after you are done releasing?
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.
Thanks for the update. You may also update the documentation for java sdk as well.
Thanks for the note, just did that.
Please sign in to leave a comment.