c

cyclops-streams

Sequential Streams and Stream Utilities for Java 8
http://advertising.com
The MIT License (MIT)
John McClean Brendan Carrol
Files download
File Operation
cyclops-streams-7.3.1.jar download
cyclops-streams-7.3.1.pom download
cyclops-streams-7.3.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.aol.cyclops</groupId>
  <artifactId>cyclops-streams</artifactId>
  <version>7.3.1</version>
</dependency>
Gradle Groovy
implementation 'com.aol.cyclops:cyclops-streams:7.3.1'
Gradle Kotlin
implementation("com.aol.cyclops:cyclops-streams:7.3.1")
Scala SBT
libraryDependencies += "com.aol.cyclops" % "cyclops-streams" % "7.3.1"
Groovy Grape
@Grapes(
  @Grab(group='com.aol.cyclops', module='cyclops-streams', version='7.3.1')
)
Apache Ivy
<dependency org="com.aol.cyclops" name="cyclops-streams" rev="7.3.1" />
Leiningen
[com.aol.cyclops/cyclops-streams "7.3.1"]
Apache Buildr
'com.aol.cyclops:cyclops-streams:jar:7.3.1'