MVN

de.florian-moehle : stream-utils

Maven & Gradle

Dec 11, 2021
0 stars

Stream Utils · A collection of a few utility methods for dealing with Java Streams

<dependency>
    <groupId>de.florian-moehle</groupId>
    <artifactId>stream-utils</artifactId>
    <version>0.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.florian-moehle : stream-utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.2

All Versions

Choose a version of de.florian-moehle : stream-utils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
stream-utils-0.0.2

How to add a dependency to Maven

Add the following de.florian-moehle : stream-utils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.florian-moehle</groupId>
    <artifactId>stream-utils</artifactId>
    <version>0.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.florian-moehle : stream-utils gradle dependency to your build.gradle file:

implementation 'de.florian-moehle:stream-utils:0.0.2'

Gradle Kotlin DSL: Add the following de.florian-moehle : stream-utils gradle kotlin dependency to your build.gradle.kts file:

implementation("de.florian-moehle:stream-utils:0.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.florian-moehle : stream-utils sbt scala dependency to your build.sbt file:

libraryDependencies += "de.florian-moehle" % "stream-utils" % "0.0.2"