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