komiya-atsushi / xgboost-predictor-java

Pure Java implementation of XGBoost predictor for online prediction tasks.
Apache License 2.0
339 stars 109 forks source link

Push to maven central #22

Open hollinwilkins opened 6 years ago

hollinwilkins commented 6 years ago

Hey,

It would be great to get this library onto maven central. This would allow other projects that depend on yours to push to maven central as well. Right now, I have to include your jar file locally in my git repo instead of being able to add it as a dependency.

Thank you for this great project!

jakubhava commented 6 years ago

@komiya-atsushi I support this ticket is well. We are using your library in https://github.com/h2oai/h2o-3 and having this library in maven central would highly simplify the deployment for us.

Let me know if I can help in any way.

Thanks!

Kuba

lucagiovagnoli commented 4 years ago

Hi @komiya-atsushi, this is a great project! Are there any plans to deploy this to maven central? (So that it can be easier to import and get even wider adoption!)

We could spin up a quick PR if you don't have time, let us know

lucagiovagnoli commented 4 years ago

Oh my bad, I think the project is on bintray: https://bintray.com/komiya-atsushi/maven/xgboost-predictor/view and the README is pretty explicit. I guess we can close this issue then ? :)