License |
License |
---|---|
GroupId | GroupIdsoftware.amazon.randomcutforest |
ArtifactId | ArtifactIdrandomcutforest-parent |
Version | Version1.0 |
Type | Typepom |
Description |
Descriptionsoftware.amazon.randomcutforest:randomcutforest
Open Distro Random Cut Forest
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
randomcutforest-parent-1.0.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</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/software.amazon.randomcutforest/randomcutforest-parent/
implementation 'software.amazon.randomcutforest:randomcutforest-parent:1.0'
// https://jarcasting.com/artifacts/software.amazon.randomcutforest/randomcutforest-parent/
implementation ("software.amazon.randomcutforest:randomcutforest-parent:1.0")
'software.amazon.randomcutforest:randomcutforest-parent:pom:1.0'
<dependency org="software.amazon.randomcutforest" name="randomcutforest-parent" rev="1.0">
<artifact name="randomcutforest-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='software.amazon.randomcutforest', module='randomcutforest-parent', version='1.0')
)
libraryDependencies += "software.amazon.randomcutforest" % "randomcutforest-parent" % "1.0"
[software.amazon.randomcutforest/randomcutforest-parent "1.0"]