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