Download streamex-0.6.0.jar file - Jar s

Jar examples for s:streamex

Description

Enhancing Java 8 Streams

You can download jar file streamex 0.6.0 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add streamex-0.6.0.jar to your project.

<dependency>
   <groupId>one.util</groupId>
   <artifactId>streamex</artifactId>
   <version>0.6.0</version>
</dependency>
compile group: 'one.util', name: 'streamex', version: '0.6.0'
libraryDependencies += "one.util" % "streamex" % "0.6.0"
<dependency org="one.util" name="streamex" rev="0.6.0"/>
@Grapes(@Grab(group='one.util', module='streamex', version='0.6.0'))
'one.util:streamex:jar:0.6.0'

Download

Click the following link to download the jar file.

streamex-0.6.0-javadoc.jar
streamex-0.6.0-sources.jar
streamex-0.6.0.jar
streamex-0.6.0.pom



Related Tutorials