Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.openimaj |
ArtifactId | ArtifactIdopenimaj-storm-tools |
Version | Version1.3.9 |
Type | Typepom |
Filename | Size |
---|---|
openimaj-storm-tools-1.3.9.pom | 934 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.openimaj/openimaj-storm-tools/ -->
<dependency>
<groupId>org.openimaj</groupId>
<artifactId>openimaj-storm-tools</artifactId>
<version>1.3.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.openimaj/openimaj-storm-tools/
implementation 'org.openimaj:openimaj-storm-tools:1.3.9'
// https://jarcasting.com/artifacts/org.openimaj/openimaj-storm-tools/
implementation ("org.openimaj:openimaj-storm-tools:1.3.9")
'org.openimaj:openimaj-storm-tools:pom:1.3.9'
<dependency org="org.openimaj" name="openimaj-storm-tools" rev="1.3.9">
<artifact name="openimaj-storm-tools" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.openimaj', module='openimaj-storm-tools', version='1.3.9')
)
libraryDependencies += "org.openimaj" % "openimaj-storm-tools" % "1.3.9"
[org.openimaj/openimaj-storm-tools "1.3.9"]