Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.jwall |
ArtifactId | ArtifactIdstream-storm |
Version | Version0.9.5 |
Type | Typejar |
Filename | Size |
---|---|
stream-storm-0.9.5.pom | |
stream-storm-0.9.5.jar | 16 KB |
stream-storm-0.9.5-sources.jar | 8 KB |
stream-storm-0.9.5-javadoc.jar | 61 KB |
stream-storm-0.9.5-jar-with-dependencies.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jwall/stream-storm/ -->
<dependency>
<groupId>org.jwall</groupId>
<artifactId>stream-storm</artifactId>
<version>0.9.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.jwall/stream-storm/
implementation 'org.jwall:stream-storm:0.9.5'
// https://jarcasting.com/artifacts/org.jwall/stream-storm/
implementation ("org.jwall:stream-storm:0.9.5")
'org.jwall:stream-storm:jar:0.9.5'
<dependency org="org.jwall" name="stream-storm" rev="0.9.5">
<artifact name="stream-storm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jwall', module='stream-storm', version='0.9.5')
)
libraryDependencies += "org.jwall" % "stream-storm" % "0.9.5"
[org.jwall/stream-storm "0.9.5"]