Download guava-stream-1.0.jar file - Jar g

Jar examples for g:guava-stream

Description

Java 8 Stream API classes for Guava

You can download jar file guava-stream 1.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add guava-stream-1.0.jar to your project.

<dependency>
   <groupId>me.yanaga</groupId>
   <artifactId>guava-stream</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'me.yanaga', name: 'guava-stream', version: '1.0'
libraryDependencies += "me.yanaga" % "guava-stream" % "1.0"
<dependency org="me.yanaga" name="guava-stream" rev="1.0"/>
@Grapes(@Grab(group='me.yanaga', module='guava-stream', version='1.0'))
'me.yanaga:guava-stream:jar:1.0'

Download

Click the following link to download the jar file.

guava-stream-1.0-javadoc.jar
guava-stream-1.0-sources.jar
guava-stream-1.0.jar
guava-stream-1.0.pom



Related Tutorials