Download map-stream-2.3.1.jar file - Jar m

Jar examples for m:map-stream

Description

A wrapper class for creating Key-Value Streams using the standard Java 8 API.

You can download jar file map-stream 2.3.1 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add map-stream-2.3.1.jar to your project.

<dependency>
   <groupId>com.github.pyknic</groupId>
   <artifactId>map-stream</artifactId>
   <version>2.3.1</version>
</dependency>
compile group: 'com.github.pyknic', name: 'map-stream', version: '2.3.1'
libraryDependencies += "com.github.pyknic" % "map-stream" % "2.3.1"
<dependency org="com.github.pyknic" name="map-stream" rev="2.3.1"/>
@Grapes(@Grab(group='com.github.pyknic', module='map-stream', version='2.3.1'))
'com.github.pyknic:map-stream:jar:2.3.1'

Download

Click the following link to download the jar file.

map-stream-2.3.1-javadoc.jar
map-stream-2.3.1-sources.jar
map-stream-2.3.1.jar
map-stream-2.3.1.pom



Related Tutorials