Download more-lambdas-0.1.6.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.6 in this page.

License

The Artistic License 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials