is not current version
Last Version 1.13

org.jmmo:stream-util 1.7.1

The helper class for working with Java 8 streams

GroupId

GroupId

org.jmmo
ArtifactId

ArtifactId

stream-util
Version

Version

1.7.1
Type

Type

jar

Download stream-util 1.7.1


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