s

streamsupport

streamsupport is a backport of the Java 8 java.util.function (functional interfaces) and java.util.stream (streams) API for Java 6 / 7 and Android developers
http://sourceforge.net/projects/streamsupport/
GNU General Public License, version 2, with the Classpath Exception
Stefan Zobel
Files download
File Operation
streamsupport-1.6.0.jar download
streamsupport-1.6.0.pom download
streamsupport-1.6.0-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sourceforge.streamsupport</groupId>
  <artifactId>streamsupport</artifactId>
  <version>1.6.0</version>
</dependency>
Gradle Groovy
implementation 'net.sourceforge.streamsupport:streamsupport:1.6.0'
Gradle Kotlin
implementation("net.sourceforge.streamsupport:streamsupport:1.6.0")
Scala SBT
libraryDependencies += "net.sourceforge.streamsupport" % "streamsupport" % "1.6.0"
Groovy Grape
@Grapes(
  @Grab(group='net.sourceforge.streamsupport', module='streamsupport', version='1.6.0')
)
Apache Ivy
<dependency org="net.sourceforge.streamsupport" name="streamsupport" rev="1.6.0" />
Leiningen
[net.sourceforge.streamsupport/streamsupport "1.6.0"]
Apache Buildr
'net.sourceforge.streamsupport:streamsupport:jar:1.6.0'
Dependencies
The project has no third-party dependencies