is not current version
Last Version 2.1.5

com.zmannotes.stream:pull-stream 2.1.3

Pull-stream implementation in java.

GroupId

GroupId

com.zmannotes.stream
ArtifactId

ArtifactId

pull-stream
Version

Version

2.1.3
Type

Type

jar

Download pull-stream 2.1.3


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