License |
License |
---|---|
GroupId | GroupIdsoftware.amazon.randomcutforest |
ArtifactId | ArtifactIdrandomcutforest-testutils |
Version | Version3.0-rc2.1 |
Type | Typejar |
Description |
DescriptionOpenSearch Random Cut Forest
|
<!-- https://jarcasting.com/artifacts/software.amazon.randomcutforest/randomcutforest-testutils/ -->
<dependency>
<groupId>software.amazon.randomcutforest</groupId>
<artifactId>randomcutforest-testutils</artifactId>
<version>3.0-rc2.1</version>
</dependency>
// https://jarcasting.com/artifacts/software.amazon.randomcutforest/randomcutforest-testutils/
implementation 'software.amazon.randomcutforest:randomcutforest-testutils:3.0-rc2.1'
// https://jarcasting.com/artifacts/software.amazon.randomcutforest/randomcutforest-testutils/
implementation ("software.amazon.randomcutforest:randomcutforest-testutils:3.0-rc2.1")
'software.amazon.randomcutforest:randomcutforest-testutils:jar:3.0-rc2.1'
<dependency org="software.amazon.randomcutforest" name="randomcutforest-testutils" rev="3.0-rc2.1">
<artifact name="randomcutforest-testutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='software.amazon.randomcutforest', module='randomcutforest-testutils', version='3.0-rc2.1')
)
libraryDependencies += "software.amazon.randomcutforest" % "randomcutforest-testutils" % "3.0-rc2.1"
[software.amazon.randomcutforest/randomcutforest-testutils "3.0-rc2.1"]