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