Replies: 1 comment 1 reply
-
|
You need to add mavenCentral repositories {
mavenCentral()
maven { url = uri("https://jitpack.io") }
}You can test accessibility of artifacts here: Depending on the project structure you need to replace 'implementation' with 'api' to export symbols. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Are there still artifacts published to JitPack? I've tried
repositories { maven { url = uri("https://jitpack.io") } } dependencies { implementation("com.github.bailuk:java-gtk:0.4.0") }but could not get the artifact (as it's not a part of the GH release? 🤔)
Beta Was this translation helpful? Give feedback.
All reactions