MVN

software.amazon.randomcutforest : randomcutforest-parkservices

Maven & Gradle

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

Latest Version

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

  • Latest Stable: 3.7.0
  • Latest Release Candidate: 3.0-rc3

All Versions

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

Version Vulnerabilities Updated
3.7.x
randomcutforest-parkservices-3.7.0
3.6.x
randomcutforest-parkservices-3.6.0
3.5.x
randomcutforest-parkservices-3.5.1
randomcutforest-parkservices-3.5.0
3.0.x
randomcutforest-parkservices-3.0.0
3.0
randomcutforest-parkservices-3.0-rc3
randomcutforest-parkservices-3.0-rc2.1
randomcutforest-parkservices-3.0-rc2
randomcutforest-parkservices-3.0-rc1

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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