j

jlib-iterable

jlib framework providing operations on iterables and iterators as well as means to implement own iterables
https://www.jlib.org/
The Apache License, Version 2.0
Igor Akkerman
文件下载
文件名 操作
jlib-iterable-1.0.0.jar 下载
jlib-iterable-1.0.0.pom 下载
jlib-iterable-1.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.jlib</groupId>
  <artifactId>jlib-iterable</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.jlib:jlib-iterable:1.0.0'
Gradle Kotlin
implementation("org.jlib:jlib-iterable:1.0.0")
Scala SBT
libraryDependencies += "org.jlib" % "jlib-iterable" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.jlib', module='jlib-iterable', version='1.0.0')
)
Apache Ivy
<dependency org="org.jlib" name="jlib-iterable" rev="1.0.0" />
Leiningen
[org.jlib/jlib-iterable "1.0.0"]
Apache Buildr
'org.jlib:jlib-iterable:jar:1.0.0'