GroupId | GroupIdorg.openimaj.tools |
---|---|
ArtifactId | ArtifactIdHadoopLocalFeaturesTool |
Version | Version1.3.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.openimaj.tools/HadoopLocalFeaturesTool/ -->
<dependency>
<groupId>org.openimaj.tools</groupId>
<artifactId>HadoopLocalFeaturesTool</artifactId>
<version>1.3.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.openimaj.tools/HadoopLocalFeaturesTool/
implementation 'org.openimaj.tools:HadoopLocalFeaturesTool:1.3.8'
// https://jarcasting.com/artifacts/org.openimaj.tools/HadoopLocalFeaturesTool/
implementation ("org.openimaj.tools:HadoopLocalFeaturesTool:1.3.8")
'org.openimaj.tools:HadoopLocalFeaturesTool:jar:1.3.8'
<dependency org="org.openimaj.tools" name="HadoopLocalFeaturesTool" rev="1.3.8">
<artifact name="HadoopLocalFeaturesTool" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openimaj.tools', module='HadoopLocalFeaturesTool', version='1.3.8')
)
libraryDependencies += "org.openimaj.tools" % "HadoopLocalFeaturesTool" % "1.3.8"
[org.openimaj.tools/HadoopLocalFeaturesTool "1.3.8"]