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