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