GroupId | GroupIdorg.apache.streams |
---|---|
ArtifactId | ArtifactIdstreams-components |
Version | Version0.5-incubating |
Type | Typepom |
Filename | Size |
---|---|
streams-components-0.5-incubating.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.streams/streams-components/ -->
<dependency>
<groupId>org.apache.streams</groupId>
<artifactId>streams-components</artifactId>
<version>0.5-incubating</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.streams/streams-components/
implementation 'org.apache.streams:streams-components:0.5-incubating'
// https://jarcasting.com/artifacts/org.apache.streams/streams-components/
implementation ("org.apache.streams:streams-components:0.5-incubating")
'org.apache.streams:streams-components:pom:0.5-incubating'
<dependency org="org.apache.streams" name="streams-components" rev="0.5-incubating">
<artifact name="streams-components" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.streams', module='streams-components', version='0.5-incubating')
)
libraryDependencies += "org.apache.streams" % "streams-components" % "0.5-incubating"
[org.apache.streams/streams-components "0.5-incubating"]