MVN

software.amazon.randomcutforest : randomcutforest-core

Maven & Gradle

May 22, 2023
5 usages
179 stars
<dependency>
    <groupId>software.amazon.randomcutforest</groupId>
    <artifactId>randomcutforest-core</artifactId>
    <version>3.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of software.amazon.randomcutforest : randomcutforest-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.7.0
  • Latest Release Candidate: 3.0-rc3
  • Latest Alpha: 1.0-alpha

All Versions

Choose a version of software.amazon.randomcutforest : randomcutforest-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.7.x
randomcutforest-core-3.7.0
3.6.x
randomcutforest-core-3.6.0
3.5.x
randomcutforest-core-3.5.1
randomcutforest-core-3.5.0
3.0.x
randomcutforest-core-3.0.0
3.0
randomcutforest-core-3.0-rc3
randomcutforest-core-3.0-rc2.1
randomcutforest-core-3.0-rc2
randomcutforest-core-3.0-rc1
2.0.x
randomcutforest-core-2.0.1
2.0
randomcutforest-core-2.0
randomcutforest-core-2.0-rc2
randomcutforest-core-2.0-rc1
1.0
randomcutforest-core-1.0
randomcutforest-core-1.0-alpha

How to add a dependency to Maven

Add the following software.amazon.randomcutforest : randomcutforest-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>software.amazon.randomcutforest</groupId>
    <artifactId>randomcutforest-core</artifactId>
    <version>3.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following software.amazon.randomcutforest : randomcutforest-core gradle dependency to your build.gradle file:

implementation 'software.amazon.randomcutforest:randomcutforest-core:3.7.0'

Gradle Kotlin DSL: Add the following software.amazon.randomcutforest : randomcutforest-core gradle kotlin dependency to your build.gradle.kts file:

implementation("software.amazon.randomcutforest:randomcutforest-core:3.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following software.amazon.randomcutforest : randomcutforest-core sbt scala dependency to your build.sbt file:

libraryDependencies += "software.amazon.randomcutforest" % "randomcutforest-core" % "3.7.0"