GroupId | GroupIdorg.apache.streams |
---|---|
ArtifactId | ArtifactIdstreams-verbs |
Version | Version0.5.1 |
Type | Typejar |
Filename | Size |
---|---|
streams-verbs-0.5.1.pom | |
streams-verbs-0.5.1.jar | 23 KB |
streams-verbs-0.5.1-tests.jar | 20 KB |
streams-verbs-0.5.1-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.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.streams/streams-verbs/
implementation 'org.apache.streams:streams-verbs:0.5.1'
// https://jarcasting.com/artifacts/org.apache.streams/streams-verbs/
implementation ("org.apache.streams:streams-verbs:0.5.1")
'org.apache.streams:streams-verbs:jar:0.5.1'
<dependency org="org.apache.streams" name="streams-verbs" rev="0.5.1">
<artifact name="streams-verbs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.streams', module='streams-verbs', version='0.5.1')
)
libraryDependencies += "org.apache.streams" % "streams-verbs" % "0.5.1"
[org.apache.streams/streams-verbs "0.5.1"]