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