Files download
File Operation
randomcutforest-parent-3.0-rc3.pom download
Apache Maven
<dependency>
  <groupId>software.amazon.randomcutforest</groupId>
  <artifactId>randomcutforest-parent</artifactId>
  <version>3.0-rc3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'software.amazon.randomcutforest:randomcutforest-parent:3.0-rc3'
Gradle Kotlin
implementation("software.amazon.randomcutforest:randomcutforest-parent:3.0-rc3")
Scala SBT
libraryDependencies += "software.amazon.randomcutforest" % "randomcutforest-parent" % "3.0-rc3"
Groovy Grape
@Grapes(
  @Grab(group='software.amazon.randomcutforest', module='randomcutforest-parent', version='3.0-rc3')
)
Apache Ivy
<dependency org="software.amazon.randomcutforest" name="randomcutforest-parent" rev="3.0-rc3" />
Leiningen
[software.amazon.randomcutforest/randomcutforest-parent "3.0-rc3"]
Apache Buildr
'software.amazon.randomcutforest:randomcutforest-parent:jar:3.0-rc3'
Dependencies
The project has no third-party dependencies