is not current version
Last Version 0.6.1

org.apache.streams:streams-components 0.4-incubating

Functional components to embed in streams, or extend to customize behavior.

GroupId

GroupId

org.apache.streams
ArtifactId

ArtifactId

streams-components
Version

Version

0.4-incubating
Type

Type

pom

Download streams-components 0.4-incubating


<!-- https://jarcasting.com/artifacts/org.apache.streams/streams-components/ -->
<dependency>
    <groupId>org.apache.streams</groupId>
    <artifactId>streams-components</artifactId>
    <version>0.4-incubating</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.streams/streams-components/
implementation 'org.apache.streams:streams-components:0.4-incubating'
// https://jarcasting.com/artifacts/org.apache.streams/streams-components/
implementation ("org.apache.streams:streams-components:0.4-incubating")
'org.apache.streams:streams-components:pom:0.4-incubating'
<dependency org="org.apache.streams" name="streams-components" rev="0.4-incubating">
  <artifact name="streams-components" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.streams', module='streams-components', version='0.4-incubating')
)
libraryDependencies += "org.apache.streams" % "streams-components" % "0.4-incubating"
[org.apache.streams/streams-components "0.4-incubating"]