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