r

randomcutforest-benchmark

文件下载
文件名 操作
randomcutforest-benchmark-3.5.0.jar 下载
randomcutforest-benchmark-3.5.0.pom 下载
randomcutforest-benchmark-3.5.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>software.amazon.randomcutforest</groupId>
  <artifactId>randomcutforest-benchmark</artifactId>
  <version>3.5.0</version>
</dependency>
Gradle Groovy
implementation 'software.amazon.randomcutforest:randomcutforest-benchmark:3.5.0'
Gradle Kotlin
implementation("software.amazon.randomcutforest:randomcutforest-benchmark:3.5.0")
Scala SBT
libraryDependencies += "software.amazon.randomcutforest" % "randomcutforest-benchmark" % "3.5.0"
Groovy Grape
@Grapes(
  @Grab(group='software.amazon.randomcutforest', module='randomcutforest-benchmark', version='3.5.0')
)
Apache Ivy
<dependency org="software.amazon.randomcutforest" name="randomcutforest-benchmark" rev="3.5.0" />
Leiningen
[software.amazon.randomcutforest/randomcutforest-benchmark "3.5.0"]
Apache Buildr
'software.amazon.randomcutforest:randomcutforest-benchmark:jar:3.5.0'