Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdorg.openimaj.tools |
ArtifactId | ArtifactIdClusterQuantiserTool |
Version | Version1.3.7 |
Type | Typejar |
Filename | Size |
---|---|
ClusterQuantiserTool-1.3.7.pom | |
ClusterQuantiserTool-1.3.7.jar | 76 KB |
ClusterQuantiserTool-1.3.7-sources.jar | 42 KB |
ClusterQuantiserTool-1.3.7-javadoc.jar | 263 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openimaj.tools/ClusterQuantiserTool/ -->
<dependency>
<groupId>org.openimaj.tools</groupId>
<artifactId>ClusterQuantiserTool</artifactId>
<version>1.3.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.openimaj.tools/ClusterQuantiserTool/
implementation 'org.openimaj.tools:ClusterQuantiserTool:1.3.7'
// https://jarcasting.com/artifacts/org.openimaj.tools/ClusterQuantiserTool/
implementation ("org.openimaj.tools:ClusterQuantiserTool:1.3.7")
'org.openimaj.tools:ClusterQuantiserTool:jar:1.3.7'
<dependency org="org.openimaj.tools" name="ClusterQuantiserTool" rev="1.3.7">
<artifact name="ClusterQuantiserTool" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openimaj.tools', module='ClusterQuantiserTool', version='1.3.7')
)
libraryDependencies += "org.openimaj.tools" % "ClusterQuantiserTool" % "1.3.7"
[org.openimaj.tools/ClusterQuantiserTool "1.3.7"]