Download mapstream-2.3.5.jar file - Jar m

Jar examples for m:mapstream

Description

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

You can download jar file mapstream 2.3.5 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add mapstream-2.3.5.jar to your project.

<dependency>
   <groupId>com.speedment.common</groupId>
   <artifactId>mapstream</artifactId>
   <version>2.3.5</version>
</dependency>
compile group: 'com.speedment.common', name: 'mapstream', version: '2.3.5'
libraryDependencies += "com.speedment.common" % "mapstream" % "2.3.5"
<dependency org="com.speedment.common" name="mapstream" rev="2.3.5"/>
@Grapes(@Grab(group='com.speedment.common', module='mapstream', version='2.3.5'))
'com.speedment.common:mapstream:jar:2.3.5'

Download

Click the following link to download the jar file.

mapstream-2.3.5-javadoc.jar
mapstream-2.3.5-sources.jar
mapstream-2.3.5.jar
mapstream-2.3.5.pom



Related Tutorials