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

[jvm-package] xgboost >1 not published to maven, or anywhere else #5494

Closed
sa- opened this issue Apr 7, 2020 · 4 comments · Fixed by #5533
Closed

[jvm-package] xgboost >1 not published to maven, or anywhere else #5494

sa- opened this issue Apr 7, 2020 · 4 comments · Fixed by #5533

Comments

@sa-
Copy link

sa- commented Apr 7, 2020

Hey team,

xgboost jars should be easily accessible for all, but they are not.

Maven central https://mvnrepository.com/artifact/ml.dmlc/xgboost4j only has up to version 0.90

The snapshot repo @ https://raw.githubusercontent.com/CodingCat/xgboost/maven-repo/ is broken as well

https://github.com/CodingCat/xgboost/tree/maven-repo/ml/dmlc/xgboost4j doesn't list 1.0 either

@hcho3
Copy link
Collaborator

hcho3 commented Apr 7, 2020

@CodingCat Can we get 1.0 to Maven?

@hcho3
Copy link
Collaborator

hcho3 commented Apr 14, 2020

@sa- We are creating our own Maven repository where you can find latest XGBoost4J JARs: #5533.

@hcho3
Copy link
Collaborator

hcho3 commented Apr 15, 2020

XGBoost4J 1.0.0 is now available from our Release repository:

<repository>
  <id>XGBoost4J Release Repo</id>
  <name>XGBoost4J Release Repo</name>
  <url>https://s3-us-west-2.amazonaws.com/xgboost-maven-repo/release/</url>
</repository>

SNAPSHOTs are available from our Snapshot repository:

<repository>
  <id>XGBoost4J Snapshot Repo</id>
  <name>XGBoost4J Snapshot Repo</name>
  <url>https://s3-us-west-2.amazonaws.com/xgboost-maven-repo/snapshot/</url>
</repository>

See https://xgboost.readthedocs.io/en/release_1.0.0/jvm/index.html#installation-from-maven-repository for instructions for adding XGBoost4J to your application.

@hcho3 hcho3 closed this as completed Apr 15, 2020
@sa-
Copy link
Author

sa- commented Apr 15, 2020

Thank you very much!

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

Successfully merging a pull request may close this issue.

2 participants