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