is not current version
Last Version 3.0-rc3

software.amazon.randomcutforest:randomcutforest-parent 1.0-alpha

Open Distro Random Cut Forest

GroupId

GroupId

software.amazon.randomcutforest
ArtifactId

ArtifactId

randomcutforest-parent
Version

Version

1.0-alpha
Type

Type

pom

Download randomcutforest-parent 1.0-alpha


<!-- https://jarcasting.com/artifacts/software.amazon.randomcutforest/randomcutforest-parent/ -->
<dependency>
    <groupId>software.amazon.randomcutforest</groupId>
    <artifactId>randomcutforest-parent</artifactId>
    <version>1.0-alpha</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/software.amazon.randomcutforest/randomcutforest-parent/
implementation 'software.amazon.randomcutforest:randomcutforest-parent:1.0-alpha'
// https://jarcasting.com/artifacts/software.amazon.randomcutforest/randomcutforest-parent/
implementation ("software.amazon.randomcutforest:randomcutforest-parent:1.0-alpha")
'software.amazon.randomcutforest:randomcutforest-parent:pom:1.0-alpha'
<dependency org="software.amazon.randomcutforest" name="randomcutforest-parent" rev="1.0-alpha">
  <artifact name="randomcutforest-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='software.amazon.randomcutforest', module='randomcutforest-parent', version='1.0-alpha')
)
libraryDependencies += "software.amazon.randomcutforest" % "randomcutforest-parent" % "1.0-alpha"
[software.amazon.randomcutforest/randomcutforest-parent "1.0-alpha"]