Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Can't download the new release json-lib through maven or gradle #56

Closed
Alanscut opened this issue Nov 1, 2019 · 1 comment
Closed
Labels
released Issue has been released
Milestone

Comments

@Alanscut
Copy link
Contributor

Alanscut commented Nov 1, 2019

Hi Andres @aalmiray , the introduction of the latest json-lib in readme is as follows:
in gradle:

dependencies {
    compile 'org.kordamp.json:json-lib:3.0.1'  // should change to:  json-lib-core
}

in maven:

<dependency>
    <groupId>org.kordamp.json</groupId>
    <artifactId>json-lib</artifactId>  // also should change to: json-lib-core
    <version>3.0.1</version>
</dependency>

Actually, the real name of the json-lib jar file you uploaded to maven2 repo is json-lib-core : http://repo.maven.apache.org/maven2/org/kordamp/json/json-lib-core/3.0.1/
Only by changing the artifactId to json-lib-core can we download the jar file successfully. Or change the name of jar file to json-lib.

aalmiray pushed a commit that referenced this issue Jun 3, 2024
Copy link
Contributor

🎉 This issue has been resolved in v3.1.0 (Release Notes)

@github-actions github-actions bot added the released Issue has been released label Sep 27, 2024
@github-actions github-actions bot added this to the 3.1.0 milestone Sep 27, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
released Issue has been released
Projects
None yet
Development

No branches or pull requests

1 participant