r

randomcutforest-testutils

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