Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
Add usage to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hirofumi authored Feb 3, 2018
1 parent 895c3b8 commit 8be1e0c
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,18 @@
[![Build Status](https://travis-ci.org/hirofumi/xgboost4j4s.svg?branch=master)](https://travis-ci.org/hirofumi/xgboost4j4s)
[![Scaladex](https://maven-badges.herokuapp.com/maven-central/com.github.hirofumi/xgboost4j_2.11/badge.svg)](https://index.scala-lang.org/hirofumi/xgboost4j4s/xgboost4j)

XGBoost4J with cross-version suffix
[XGBoost4J](https://xgboost.readthedocs.io/en/latest/jvm/index.html) with cross-version suffix

## Usage

```sbt
// available for Scala 2.11 and 2.12
libraryDependencies += "com.github.hirofumi" %% "xgboost4j" % "0.7.0-p2"

// available for Scala 2.11
libraryDependencies += "com.github.hirofumi" %% "xgboost4j-flink" % "0.7.0-p2"
libraryDependencies += "com.github.hirofumi" %% "xgboost4j-spark" % "0.7.0-p2"
```

## Development

Expand Down

0 comments on commit 8be1e0c

Please sign in to comment.