is not current version
Last Version 2.8.3

com.mastfrog:util-streams 2.6.11


GroupId

GroupId

com.mastfrog
ArtifactId

ArtifactId

util-streams
Version

Version

2.6.11
Type

Type

jar

Download util-streams 2.6.11


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