is not current version
Last Version 1.13

org.jmmo:stream-util 1.10

The helper class for working with Java 8 streams

GroupId

GroupId

org.jmmo
ArtifactId

ArtifactId

stream-util
Version

Version

1.10
Type

Type

jar

Download stream-util 1.10


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