Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.jwall |
ArtifactId | ArtifactIdstream-storm |
Version | Version0.9.8 |
Type | Typejar |
Filename | Size |
---|---|
stream-storm-0.9.8.pom | |
stream-storm-0.9.8.jar | 37 KB |
stream-storm-0.9.8-sources.jar | 21 KB |
stream-storm-0.9.8-javadoc.jar | 136 KB |
stream-storm-0.9.8-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.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.jwall/stream-storm/
implementation 'org.jwall:stream-storm:0.9.8'
// https://jarcasting.com/artifacts/org.jwall/stream-storm/
implementation ("org.jwall:stream-storm:0.9.8")
'org.jwall:stream-storm:jar:0.9.8'
<dependency org="org.jwall" name="stream-storm" rev="0.9.8">
<artifact name="stream-storm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jwall', module='stream-storm', version='0.9.8')
)
libraryDependencies += "org.jwall" % "stream-storm" % "0.9.8"
[org.jwall/stream-storm "0.9.8"]