c

collection-core

Implementation of the collection facilities.
Files download
File Operation
collection-core-1.4.jar download
collection-core-1.4.pom download
collection-core-1.4-sources.jar download
Apache Maven
<dependency>
  <groupId>fr.matthieu-vergne</groupId>
  <artifactId>collection-core</artifactId>
  <version>1.4</version>
</dependency>
Gradle Groovy
implementation 'fr.matthieu-vergne:collection-core:1.4'
Gradle Kotlin
implementation("fr.matthieu-vergne:collection-core:1.4")
Scala SBT
libraryDependencies += "fr.matthieu-vergne" % "collection-core" % "1.4"
Groovy Grape
@Grapes(
  @Grab(group='fr.matthieu-vergne', module='collection-core', version='1.4')
)
Apache Ivy
<dependency org="fr.matthieu-vergne" name="collection-core" rev="1.4" />
Leiningen
[fr.matthieu-vergne/collection-core "1.4"]
Apache Buildr
'fr.matthieu-vergne:collection-core:jar:1.4'