r

randomcutforest-benchmark

Files download
File Operation
randomcutforest-benchmark-2.0-rc2.jar download
randomcutforest-benchmark-2.0-rc2.pom download
randomcutforest-benchmark-2.0-rc2-sources.jar download
Apache Maven
<dependency>
  <groupId>software.amazon.randomcutforest</groupId>
  <artifactId>randomcutforest-benchmark</artifactId>
  <version>2.0-rc2</version>
</dependency>
Gradle Groovy
implementation 'software.amazon.randomcutforest:randomcutforest-benchmark:2.0-rc2'
Gradle Kotlin
implementation("software.amazon.randomcutforest:randomcutforest-benchmark:2.0-rc2")
Scala SBT
libraryDependencies += "software.amazon.randomcutforest" % "randomcutforest-benchmark" % "2.0-rc2"
Groovy Grape
@Grapes(
  @Grab(group='software.amazon.randomcutforest', module='randomcutforest-benchmark', version='2.0-rc2')
)
Apache Ivy
<dependency org="software.amazon.randomcutforest" name="randomcutforest-benchmark" rev="2.0-rc2" />
Leiningen
[software.amazon.randomcutforest/randomcutforest-benchmark "2.0-rc2"]
Apache Buildr
'software.amazon.randomcutforest:randomcutforest-benchmark:jar:2.0-rc2'