GroupId | GroupIdorg.jwall |
---|---|
ArtifactId | ArtifactIdstream-core |
Version | Version0.9.5 |
Type | Typejar |
Filename | Size |
---|---|
stream-core-0.9.5.pom | |
stream-core-0.9.5.jar | 222 KB |
stream-core-0.9.5-sources.jar | 188 KB |
stream-core-0.9.5-javadoc.jar | 719 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jwall/stream-core/ -->
<dependency>
<groupId>org.jwall</groupId>
<artifactId>stream-core</artifactId>
<version>0.9.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.jwall/stream-core/
implementation 'org.jwall:stream-core:0.9.5'
// https://jarcasting.com/artifacts/org.jwall/stream-core/
implementation ("org.jwall:stream-core:0.9.5")
'org.jwall:stream-core:jar:0.9.5'
<dependency org="org.jwall" name="stream-core" rev="0.9.5">
<artifact name="stream-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jwall', module='stream-core', version='0.9.5')
)
libraryDependencies += "org.jwall" % "stream-core" % "0.9.5"
[org.jwall/stream-core "0.9.5"]