r

randomcutforest-testutils

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