Add link to file listing

This commit is contained in:
Hyunsu Cho 2020-04-14 16:18:04 -07:00
parent 163149cb10
commit 1830a5c5cb

View File

@ -8,7 +8,7 @@ XGBoost JVM Package
<img alt="Build Status" src="https://travis-ci.org/dmlc/xgboost.svg?branch=master"> <img alt="Build Status" src="https://travis-ci.org/dmlc/xgboost.svg?branch=master">
</a> </a>
<a href="https://github.com/dmlc/xgboost/blob/master/LICENSE"> <a href="https://github.com/dmlc/xgboost/blob/master/LICENSE">
<img alt="GitHub license" src="http://dmlc.github.io/img/apache2.svg"> <img alt="GitHub license" src="https://dmlc.github.io/img/apache2.svg">
</a> </a>
You have found the XGBoost JVM Package! You have found the XGBoost JVM Package!
@ -67,7 +67,7 @@ For the latest release version number, please check `here <https://github.com/dm
.. note:: Using Maven repository hosted by the XGBoost project .. note:: Using Maven repository hosted by the XGBoost project
There may be some delay until a new release becomes available to Maven Central. If you would like to access the latest release immediately, add the Maven repositoryhosted by the XGBoost project: There may be some delay until a new release becomes available to Maven Central. If you would like to access the latest release immediately, add the Maven repository hosted by the XGBoost project:
.. code-block:: xml .. code-block:: xml
:caption: Maven :caption: Maven
@ -139,6 +139,8 @@ Look up the ``version`` field in `pom.xml <https://github.com/dmlc/xgboost/blob/
The SNAPSHOT JARs are hosted by the XGBoost project. Every commit in the ``master`` branch will automatically trigger generation of a new SNAPSHOT JAR. You can control how often Maven should upgrade your SNAPSHOT installation by specifying ``updatePolicy``. See `here <http://maven.apache.org/pom.html#Repositories>`_ for details. The SNAPSHOT JARs are hosted by the XGBoost project. Every commit in the ``master`` branch will automatically trigger generation of a new SNAPSHOT JAR. You can control how often Maven should upgrade your SNAPSHOT installation by specifying ``updatePolicy``. See `here <http://maven.apache.org/pom.html#Repositories>`_ for details.
You can browse the file listing of the Maven repository at https://s3-us-west-2.amazonaws.com/xgboost-maven-repo/list.html.
.. note:: Windows not supported by published JARs .. note:: Windows not supported by published JARs
The published JARs from the Maven Central and GitHub currently only supports Linux and MacOS. Windows users should consider building XGBoost4J / XGBoost4J-Spark from the source. Alternatively, checkout pre-built JARs from `criteo-forks/xgboost-jars <https://github.com/criteo-forks/xgboost-jars>`_. The published JARs from the Maven Central and GitHub currently only supports Linux and MacOS. Windows users should consider building XGBoost4J / XGBoost4J-Spark from the source. Alternatively, checkout pre-built JARs from `criteo-forks/xgboost-jars <https://github.com/criteo-forks/xgboost-jars>`_.