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