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