Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Not able to download the JARs for 1.28 from Maven Dependency #109

Open
DjSingh207 opened this issue Apr 7, 2022 · 1 comment
Open

Not able to download the JARs for 1.28 from Maven Dependency #109

DjSingh207 opened this issue Apr 7, 2022 · 1 comment

Comments

@DjSingh207
Copy link

Hi Kenny,

Thanks for the library provided for generating Word Clouds in Java. Currently I am facing issue in download the JARs for version 1.28 from Maven Dependency.

Checked the path https://repo1.maven.org/maven2/com/kennycason/kumo/1.28/ but the jars itself are not available there. Looks like a build failure.

Can you please advise on the same.

@rzo1
Copy link
Contributor

rzo1 commented Nov 25, 2022

You need to use

<dependency>
    <groupId>com.kennycason</groupId>
    <artifactId>kumo-core</artifactId>
    <version>1.28</version>
</dependency>

https://repo1.maven.org/maven2/com/kennycason/kumo-core/1.28/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants