Files download
File Operation
commons-iterables-1.1.2.jar download
commons-iterables-1.1.2.pom download
commons-iterables-1.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>net.markenwerk</groupId>
  <artifactId>commons-iterables</artifactId>
  <version>1.1.2</version>
</dependency>
Gradle Groovy
implementation 'net.markenwerk:commons-iterables:1.1.2'
Gradle Kotlin
implementation("net.markenwerk:commons-iterables:1.1.2")
Scala SBT
libraryDependencies += "net.markenwerk" % "commons-iterables" % "1.1.2"
Groovy Grape
@Grapes(
  @Grab(group='net.markenwerk', module='commons-iterables', version='1.1.2')
)
Apache Ivy
<dependency org="net.markenwerk" name="commons-iterables" rev="1.1.2" />
Leiningen
[net.markenwerk/commons-iterables "1.1.2"]
Apache Buildr
'net.markenwerk:commons-iterables:jar:1.1.2'