MVN

com.speedment.common : mapstream

Maven & Gradle

Aug 28, 2020
14 usages
2k stars

Speedment - Common - MapStream · An extension of the Java 8 Stream API to make it possible to stream over key-value pairs more easily.

<dependency>
    <groupId>com.speedment.common</groupId>
    <artifactId>mapstream</artifactId>
    <version>3.2.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.2.10

All Versions

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

Version Vulnerabilities Updated
3.2.x
mapstream-3.2.10
mapstream-3.2.9
mapstream-3.2.7
mapstream-3.2.6
mapstream-3.2.5
mapstream-3.2.2
mapstream-3.2.1
3.1.x
mapstream-3.1.18
mapstream-3.1.17
mapstream-3.1.16
mapstream-3.1.15
mapstream-3.1.14
mapstream-3.1.13
mapstream-3.1.12
2.3.x
mapstream-2.3.6
mapstream-2.3.5
mapstream-2.3.4
mapstream-2.3.3

How to add a dependency to Maven

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

<dependency>
    <groupId>com.speedment.common</groupId>
    <artifactId>mapstream</artifactId>
    <version>3.2.10</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.speedment.common:mapstream:3.2.10'

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

implementation("com.speedment.common:mapstream:3.2.10")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.speedment.common" % "mapstream" % "3.2.10"

Advertisement

Dependencies from Group

Aug 28, 2020
20 usages
1.9k stars
Aug 28, 2020
19 usages
2k stars
Aug 28, 2020
17 usages
2k stars
Aug 28, 2020
14 usages
2k stars
Aug 28, 2020
14 usages
2k stars

Discover Dependencies