Download more-lambdas-0.1.8.jar file - Jar m

Jar examples for m:more-lambdas

Description

Some useful lambda implements for Java 8.

You can download jar file more-lambdas 0.1.8 in this page.

License

The Artistic License 2.0

Build File

You can use the following script to add more-lambdas-0.1.8.jar to your project.

<dependency>
   <groupId>com.github.phantomthief</groupId>
   <artifactId>more-lambdas</artifactId>
   <version>0.1.8</version>
</dependency>
compile group: 'com.github.phantomthief', name: 'more-lambdas', version: '0.1.8'
libraryDependencies += "com.github.phantomthief" % "more-lambdas" % "0.1.8"
<dependency org="com.github.phantomthief" name="more-lambdas" rev="0.1.8"/>
@Grapes(@Grab(group='com.github.phantomthief', module='more-lambdas', version='0.1.8'))
'com.github.phantomthief:more-lambdas:jar:0.1.8'

Download

Click the following link to download the jar file.

more-lambdas-0.1.8-javadoc.jar
more-lambdas-0.1.8-sources.jar
more-lambdas-0.1.8.jar
more-lambdas-0.1.8.pom



Related Tutorials