MVN

com.speedment.common : mutable-stream

Maven & Gradle

Sep 05, 2019
1 usages
2k stars

Speedment - Common - MutableStream · An implementation of the Java 8 Stream API that allows the pipeline to be mutated before it is executed.

<dependency>
    <groupId>com.speedment.common</groupId>
    <artifactId>mutable-stream</artifactId>
    <version>3.1.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.speedment.common : mutable-stream to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.18

All Versions

Choose a version of com.speedment.common : mutable-stream to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
mutable-stream-3.1.18
mutable-stream-3.1.17
mutable-stream-3.1.16
mutable-stream-3.1.15
mutable-stream-3.1.14
mutable-stream-3.1.13
mutable-stream-3.1.12
1.0.x
mutable-stream-1.0.1
mutable-stream-1.0.0

How to add a dependency to Maven

Add the following com.speedment.common : mutable-stream maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.speedment.common</groupId>
    <artifactId>mutable-stream</artifactId>
    <version>3.1.18</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.speedment.common : mutable-stream gradle dependency to your build.gradle file:

implementation 'com.speedment.common:mutable-stream:3.1.18'

Gradle Kotlin DSL: Add the following com.speedment.common : mutable-stream gradle kotlin dependency to your build.gradle.kts file:

implementation("com.speedment.common:mutable-stream:3.1.18")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.speedment.common : mutable-stream sbt scala dependency to your build.sbt file:

libraryDependencies += "com.speedment.common" % "mutable-stream" % "3.1.18"