MVN

org.jmmo : stream-util

Maven & Gradle

Feb 13, 2021
1 stars

Stream Utility · The helper class for working with Java 8 streams

<dependency>
    <groupId>org.jmmo</groupId>
    <artifactId>stream-util</artifactId>
    <version>1.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jmmo : stream-util to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.13

All Versions

Choose a version of org.jmmo : stream-util to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.13
stream-util-1.13
1.12
stream-util-1.12
1.11
stream-util-1.11
1.10
stream-util-1.10
1.9
stream-util-1.9
1.8
stream-util-1.8
1.7.x
stream-util-1.7.1
1.7
stream-util-1.7
1.6
stream-util-1.6
1.5
stream-util-1.5
1.4
stream-util-1.4
1.3
stream-util-1.3
1.2
stream-util-1.2
1.1
stream-util-1.1
1.0
stream-util-1.0

How to add a dependency to Maven

Add the following org.jmmo : stream-util maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jmmo</groupId>
    <artifactId>stream-util</artifactId>
    <version>1.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jmmo : stream-util gradle dependency to your build.gradle file:

implementation 'org.jmmo:stream-util:1.13'

Gradle Kotlin DSL: Add the following org.jmmo : stream-util gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jmmo:stream-util:1.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jmmo : stream-util sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jmmo" % "stream-util" % "1.13"

Advertisement