GroupId | GroupIdorg.apache.streams |
---|---|
ArtifactId | ArtifactIdstreams-verbs |
Version | Version0.6.0 |
Type | Typejar |
Filename | Size |
---|---|
streams-verbs-0.6.0.pom | |
streams-verbs-0.6.0.jar | 23 KB |
streams-verbs-0.6.0-tests.jar | 20 KB |
streams-verbs-0.6.0-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.streams/streams-verbs/ -->
<dependency>
<groupId>org.apache.streams</groupId>
<artifactId>streams-verbs</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.streams/streams-verbs/
implementation 'org.apache.streams:streams-verbs:0.6.0'
// https://jarcasting.com/artifacts/org.apache.streams/streams-verbs/
implementation ("org.apache.streams:streams-verbs:0.6.0")
'org.apache.streams:streams-verbs:jar:0.6.0'
<dependency org="org.apache.streams" name="streams-verbs" rev="0.6.0">
<artifact name="streams-verbs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.streams', module='streams-verbs', version='0.6.0')
)
libraryDependencies += "org.apache.streams" % "streams-verbs" % "0.6.0"
[org.apache.streams/streams-verbs "0.6.0"]