l

lazyseq

Lazy sequences similar to Stream in Scala or lazy-seq in Clojure for Java 8
https://github.com/nurkiewicz/LazySeq
Apache License, Version 2.0
Tomasz Nurkiewicz
Files download
File Operation
lazyseq-0.0.1.jar download
lazyseq-0.0.1.pom download
lazyseq-0.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.nurkiewicz.lazyseq</groupId>
  <artifactId>lazyseq</artifactId>
  <version>0.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.nurkiewicz.lazyseq:lazyseq:0.0.1'
Gradle Kotlin
implementation("com.nurkiewicz.lazyseq:lazyseq:0.0.1")
Scala SBT
libraryDependencies += "com.nurkiewicz.lazyseq" % "lazyseq" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.nurkiewicz.lazyseq', module='lazyseq', version='0.0.1')
)
Apache Ivy
<dependency org="com.nurkiewicz.lazyseq" name="lazyseq" rev="0.0.1" />
Leiningen
[com.nurkiewicz.lazyseq/lazyseq "0.0.1"]
Apache Buildr
'com.nurkiewicz.lazyseq:lazyseq:jar:0.0.1'