Closed C-Side closed 3 years ago
I'm also wondering where the SDK is in the Maven repo!?
Same here. A bit unsettling for using this for production when basic stuff like this is not here?
Same here. A bit unsettling for using this for production when basic stuff like this is not here? Please try to search it. https://search.maven.org/search?q=a:kubemq-sdk-Java
@Ido-Sheffer I can see it has been re-published for maven but it looks like the version is incorrect? I would expect it to be 1.0.1 like the gradle version?
@Ido-Sheffer I can see it has been re-published for maven but it looks like the version is incorrect? I would expect it to be 1.0.1 like the gradle version?
was updated to https://oss.sonatype.org/service/local/repositories/releases/content/io/kubemq/sdk/kubemq-sdk-Java/1.0.1/kubemq-sdk-Java-1.0.1.jar
@Ido-Sheffer the version found in the central repository via search is still 0.1.6. Could you explain why this is the case?
@Ido-Sheffer the version found in the central repository via search is still 0.1.6. Could you explain why this is the case?
oh sorry, I think it will take a few hours until the repository will be updated.
Thanks @Ido-Sheffer it's updated now.
I just added a pull request to fix the README.
Correct dependency entry is:
compile group: 'io.kubemq.sdk', name: 'kubemq-sdk-Java', version: '1.0.1'
I wanted to use the Java library for the KubeMQ but I'm unable to find the SDK in the maven repository. The examples project under the following link is also gone: https://github.com/kubemq-io/kubemq-Java/tree/v1.0.1/examples
Kind regards, Lukas