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