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