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 CC0 1.0 Universal
Stefan Zobel
Files download
File Operation
streamsupport-1.7.4.jar download
streamsupport-1.7.4.pom download
streamsupport-1.7.4-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sourceforge.streamsupport</groupId>
  <artifactId>streamsupport</artifactId>
  <version>1.7.4</version>
</dependency>
Gradle Groovy
implementation 'net.sourceforge.streamsupport:streamsupport:1.7.4'
Gradle Kotlin
implementation("net.sourceforge.streamsupport:streamsupport:1.7.4")
Scala SBT
libraryDependencies += "net.sourceforge.streamsupport" % "streamsupport" % "1.7.4"
Groovy Grape
@Grapes(
  @Grab(group='net.sourceforge.streamsupport', module='streamsupport', version='1.7.4')
)
Apache Ivy
<dependency org="net.sourceforge.streamsupport" name="streamsupport" rev="1.7.4" />
Leiningen
[net.sourceforge.streamsupport/streamsupport "1.7.4"]
Apache Buildr
'net.sourceforge.streamsupport:streamsupport:jar:1.7.4'
Dependencies
The project has no third-party dependencies