File: build.gradle

package info (click to toggle)
xgboost-predictor-java 0.3.1%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,120 kB
  • sloc: java: 1,718; makefile: 32
file content (9 lines) | stat: -rw-r--r-- 375 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
description = "Pure Java implementation of XGBoost predictor for online prediction tasks"

dependencies {
    testCompile project(':xgboost-predictor-test')
    testCompile(group: 'junit', name: 'junit', version: '4.12') {
        exclude group: 'org.hamcrest', module: 'hamcrest-core'
    }
    testCompile group: 'org.hamcrest', name: 'java-hamcrest', version: '2.0.0.0'
}