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-6.2.3.jar download
cyclops-streams-6.2.3.pom download
cyclops-streams-6.2.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.aol.cyclops</groupId>
  <artifactId>cyclops-streams</artifactId>
  <version>6.2.3</version>
</dependency>
Gradle Groovy
implementation 'com.aol.cyclops:cyclops-streams:6.2.3'
Gradle Kotlin
implementation("com.aol.cyclops:cyclops-streams:6.2.3")
Scala SBT
libraryDependencies += "com.aol.cyclops" % "cyclops-streams" % "6.2.3"
Groovy Grape
@Grapes(
  @Grab(group='com.aol.cyclops', module='cyclops-streams', version='6.2.3')
)
Apache Ivy
<dependency org="com.aol.cyclops" name="cyclops-streams" rev="6.2.3" />
Leiningen
[com.aol.cyclops/cyclops-streams "6.2.3"]
Apache Buildr
'com.aol.cyclops:cyclops-streams:jar:6.2.3'