is not current version
Last Version 0.9.24

org.jwall:streams 0.9.22

The streams library is a multi-module library for processing data from data streams

GroupId

GroupId

org.jwall
ArtifactId

ArtifactId

streams
Version

Version

0.9.22
Type

Type

pom

Download streams 0.9.22

Filename Size
streams-0.9.22.pom 8 KB
Browse

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