Download lazyseq-0.0.1.jar file - Jar l

Jar examples for l:lazyseq

Description

Lazy sequences similar to Stream in Scala or lazy-seq in Clojure for Java 8

You can download jar file lazyseq 0.0.1 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add lazyseq-0.0.1.jar to your project.

<dependency>
   <groupId>com.nurkiewicz.lazyseq</groupId>
   <artifactId>lazyseq</artifactId>
   <version>0.0.1</version>
</dependency>
compile group: 'com.nurkiewicz.lazyseq', name: 'lazyseq', version: '0.0.1'
libraryDependencies += "com.nurkiewicz.lazyseq" % "lazyseq" % "0.0.1"
<dependency org="com.nurkiewicz.lazyseq" name="lazyseq" rev="0.0.1"/>
@Grapes(@Grab(group='com.nurkiewicz.lazyseq', module='lazyseq', version='0.0.1'))
'com.nurkiewicz.lazyseq:lazyseq:jar:0.0.1'

Download

Click the following link to download the jar file.

lazyseq-0.0.1-javadoc.jar
lazyseq-0.0.1-sources.jar
lazyseq-0.0.1.jar
lazyseq-0.0.1.pom



Related Tutorials