Files download
File Operation
collection-1.6.pom download
Apache Maven
<dependency>
  <groupId>fr.matthieu-vergne</groupId>
  <artifactId>collection</artifactId>
  <version>1.6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'fr.matthieu-vergne:collection:1.6'
Gradle Kotlin
implementation("fr.matthieu-vergne:collection:1.6")
Scala SBT
libraryDependencies += "fr.matthieu-vergne" % "collection" % "1.6"
Groovy Grape
@Grapes(
  @Grab(group='fr.matthieu-vergne', module='collection', version='1.6')
)
Apache Ivy
<dependency org="fr.matthieu-vergne" name="collection" rev="1.6" />
Leiningen
[fr.matthieu-vergne/collection "1.6"]
Apache Buildr
'fr.matthieu-vergne:collection:jar:1.6'
Dependencies
The project has no third-party dependencies