Jar examples for s:streamsupport
streamsupport is a backport of the Java 8 java.util.function (functional interfaces) and java.util.stream (streams) API for users of Java 6 or 7 and Android developers
You can download jar file streamsupport 1.5 in this page.
GNU General Public License, version 2, with the Classpath Exception
You can use the following script to add streamsupport-1.5.jar to your project.
<dependency> <groupId>net.sourceforge.streamsupport</groupId> <artifactId>streamsupport</artifactId> <version>1.5</version> </dependency>
compile group: 'net.sourceforge.streamsupport', name: 'streamsupport', version: '1.5'
libraryDependencies += "net.sourceforge.streamsupport" % "streamsupport" % "1.5"
<dependency org="net.sourceforge.streamsupport" name="streamsupport" rev="1.5"/>
@Grapes(@Grab(group='net.sourceforge.streamsupport', module='streamsupport', version='1.5'))
'net.sourceforge.streamsupport:streamsupport:jar:1.5'
Click the following link to download the jar file.
streamsupport-1.5-javadoc.jar