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