j

jflow

Enhanced iterators for Java with immutable, feature-rich arrays.
https://github.com/maumay/jflow
The Apache License, Version 2.0
Thomas Ball
Files download
File Operation
jflow-0.7.3.jar download
jflow-0.7.3.pom download
jflow-0.7.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.maumay</groupId>
  <artifactId>jflow</artifactId>
  <version>0.7.3</version>
</dependency>
Gradle Groovy
implementation 'com.github.maumay:jflow:0.7.3'
Gradle Kotlin
implementation("com.github.maumay:jflow:0.7.3")
Scala SBT
libraryDependencies += "com.github.maumay" % "jflow" % "0.7.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.maumay', module='jflow', version='0.7.3')
)
Apache Ivy
<dependency org="com.github.maumay" name="jflow" rev="0.7.3" />
Leiningen
[com.github.maumay/jflow "0.7.3"]
Apache Buildr
'com.github.maumay:jflow:jar:0.7.3'