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