License |
License |
---|---|
GroupId | GroupIdorg.openimaj.tools |
ArtifactId | ArtifactIdcore-tool |
Version | Version1.3.10 |
Type | Typejar |
Description |
Descriptioncore-tool
Core library for building openimaj tools
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
core-tool-1.3.10.pom | |
core-tool-1.3.10.jar | 5 KB |
core-tool-1.3.10-sources.jar | 4 KB |
core-tool-1.3.10-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openimaj.tools/core-tool/ -->
<dependency>
<groupId>org.openimaj.tools</groupId>
<artifactId>core-tool</artifactId>
<version>1.3.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.openimaj.tools/core-tool/
implementation 'org.openimaj.tools:core-tool:1.3.10'
// https://jarcasting.com/artifacts/org.openimaj.tools/core-tool/
implementation ("org.openimaj.tools:core-tool:1.3.10")
'org.openimaj.tools:core-tool:jar:1.3.10'
<dependency org="org.openimaj.tools" name="core-tool" rev="1.3.10">
<artifact name="core-tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openimaj.tools', module='core-tool', version='1.3.10')
)
libraryDependencies += "org.openimaj.tools" % "core-tool" % "1.3.10"
[org.openimaj.tools/core-tool "1.3.10"]
Group / Artifact | Type | Version |
---|---|---|
org.openimaj : ImprovedArgs4J | jar | 1.3.10 |
Group / Artifact | Type | Version |
---|---|---|
org.openimaj : test-resources | jar | 1.3.10 |
junit : junit | jar | 4.8.2 |