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