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