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