GroupId | GroupIdorg.jwall |
---|---|
ArtifactId | ArtifactIdstreams-runtime |
Version | Version0.9.21 |
Type | Typejar |
Filename | Size |
---|---|
streams-runtime-0.9.21.pom | |
streams-runtime-0.9.21.jar | 227 KB |
streams-runtime-0.9.21-sources.jar | 173 KB |
streams-runtime-0.9.21-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.21</version>
</dependency>
// https://jarcasting.com/artifacts/org.jwall/streams-runtime/
implementation 'org.jwall:streams-runtime:0.9.21'
// https://jarcasting.com/artifacts/org.jwall/streams-runtime/
implementation ("org.jwall:streams-runtime:0.9.21")
'org.jwall:streams-runtime:jar:0.9.21'
<dependency org="org.jwall" name="streams-runtime" rev="0.9.21">
<artifact name="streams-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jwall', module='streams-runtime', version='0.9.21')
)
libraryDependencies += "org.jwall" % "streams-runtime" % "0.9.21"
[org.jwall/streams-runtime "0.9.21"]