License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdorg.openimaj.storm.tools |
ArtifactId | ArtifactIdcore-storm-tool |
Version | Version1.3.10 |
Type | Typejar |
Description |
Descriptioncore-storm-tool
Base for tools built on top of storm.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
core-storm-tool-1.3.10.pom | |
core-storm-tool-1.3.10.jar | 9 KB |
core-storm-tool-1.3.10-sources.jar | 9 KB |
core-storm-tool-1.3.10-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.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.openimaj.storm.tools/core-storm-tool/
implementation 'org.openimaj.storm.tools:core-storm-tool:1.3.10'
// https://jarcasting.com/artifacts/org.openimaj.storm.tools/core-storm-tool/
implementation ("org.openimaj.storm.tools:core-storm-tool:1.3.10")
'org.openimaj.storm.tools:core-storm-tool:jar:1.3.10'
<dependency org="org.openimaj.storm.tools" name="core-storm-tool" rev="1.3.10">
<artifact name="core-storm-tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openimaj.storm.tools', module='core-storm-tool', version='1.3.10')
)
libraryDependencies += "org.openimaj.storm.tools" % "core-storm-tool" % "1.3.10"
[org.openimaj.storm.tools/core-storm-tool "1.3.10"]
Group / Artifact | Type | Version |
---|---|---|
org.openimaj.tools : core-tool | jar | 1.3.10 |
org.openimaj.storm : core-storm | jar | 1.3.10 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |