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