r

randomcutforest-benchmark

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