-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
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
Comments
@CodingCat Can we get 1.0 to Maven? |
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. |
Thank you very much! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: