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