Files download
File Operation
util-streams-2.8.4.jar download
util-streams-2.8.4.pom download
util-streams-2.8.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.mastfrog</groupId>
  <artifactId>util-streams</artifactId>
  <version>2.8.4</version>
</dependency>
Gradle Groovy
implementation 'com.mastfrog:util-streams:2.8.4'
Gradle Kotlin
implementation("com.mastfrog:util-streams:2.8.4")
Scala SBT
libraryDependencies += "com.mastfrog" % "util-streams" % "2.8.4"
Groovy Grape
@Grapes(
  @Grab(group='com.mastfrog', module='util-streams', version='2.8.4')
)
Apache Ivy
<dependency org="com.mastfrog" name="util-streams" rev="2.8.4" />
Leiningen
[com.mastfrog/util-streams "2.8.4"]
Apache Buildr
'com.mastfrog:util-streams:jar:2.8.4'