client-jvm icon indicating copy to clipboard operation
client-jvm copied to clipboard

JCenter is deprecated - remove this requirement?

Open alwa opened this issue 2 years ago • 0 comments

To use the SDK in a Gradle project:

repositories { jcenter() maven { url "https://jitpack.io" } }

jcenter is deprecated: "JCenter Maven repository is no longer receiving updates: newer library versions may be available elsewhere"

alwa avatar May 25 '23 22:05 alwa