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