Download more-lambdas-0.1.11.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.11 in this page.

License

The Artistic License 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials