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