GroupId | GroupIdorg.jwall |
---|---|
ArtifactId | ArtifactIdstreams-runtime |
Version | Version0.9.22 |
Type | Typejar |
Filename | Size |
---|---|
streams-runtime-0.9.22.pom | |
streams-runtime-0.9.22.jar | 228 KB |
streams-runtime-0.9.22-sources.jar | 173 KB |
streams-runtime-0.9.22-javadoc.jar | 634 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jwall/streams-runtime/ -->
<dependency>
<groupId>org.jwall</groupId>
<artifactId>streams-runtime</artifactId>
<version>0.9.22</version>
</dependency>
// https://jarcasting.com/artifacts/org.jwall/streams-runtime/
implementation 'org.jwall:streams-runtime:0.9.22'
// https://jarcasting.com/artifacts/org.jwall/streams-runtime/
implementation ("org.jwall:streams-runtime:0.9.22")
'org.jwall:streams-runtime:jar:0.9.22'
<dependency org="org.jwall" name="streams-runtime" rev="0.9.22">
<artifact name="streams-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jwall', module='streams-runtime', version='0.9.22')
)
libraryDependencies += "org.jwall" % "streams-runtime" % "0.9.22"
[org.jwall/streams-runtime "0.9.22"]