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