文件下载
文件名 操作
commons-iterables-2.2.0.jar 下载
commons-iterables-2.2.0.pom 下载
commons-iterables-2.2.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.markenwerk</groupId>
  <artifactId>commons-iterables</artifactId>
  <version>2.2.0</version>
</dependency>
Gradle Groovy
implementation 'net.markenwerk:commons-iterables:2.2.0'
Gradle Kotlin
implementation("net.markenwerk:commons-iterables:2.2.0")
Scala SBT
libraryDependencies += "net.markenwerk" % "commons-iterables" % "2.2.0"
Groovy Grape
@Grapes(
  @Grab(group='net.markenwerk', module='commons-iterables', version='2.2.0')
)
Apache Ivy
<dependency org="net.markenwerk" name="commons-iterables" rev="2.2.0" />
Leiningen
[net.markenwerk/commons-iterables "2.2.0"]
Apache Buildr
'net.markenwerk:commons-iterables:jar:2.2.0'