Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.openimaj.storm.tools |
ArtifactId | ArtifactIdcore-storm-tool |
Version | Version1.3.7 |
Type | Typejar |
Filename | Size |
---|---|
core-storm-tool-1.3.7.pom | |
core-storm-tool-1.3.7.jar | 9 KB |
core-storm-tool-1.3.7-sources.jar | 9 KB |
core-storm-tool-1.3.7-javadoc.jar | 75 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openimaj.storm.tools/core-storm-tool/ -->
<dependency>
<groupId>org.openimaj.storm.tools</groupId>
<artifactId>core-storm-tool</artifactId>
<version>1.3.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.openimaj.storm.tools/core-storm-tool/
implementation 'org.openimaj.storm.tools:core-storm-tool:1.3.7'
// https://jarcasting.com/artifacts/org.openimaj.storm.tools/core-storm-tool/
implementation ("org.openimaj.storm.tools:core-storm-tool:1.3.7")
'org.openimaj.storm.tools:core-storm-tool:jar:1.3.7'
<dependency org="org.openimaj.storm.tools" name="core-storm-tool" rev="1.3.7">
<artifact name="core-storm-tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openimaj.storm.tools', module='core-storm-tool', version='1.3.7')
)
libraryDependencies += "org.openimaj.storm.tools" % "core-storm-tool" % "1.3.7"
[org.openimaj.storm.tools/core-storm-tool "1.3.7"]