s

streamsupport_all

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