MVN

com.speedment.common : collection

Maven & Gradle

Aug 28, 2020
1 usages
2k stars

Speedment - Common - Collection · Collection classes

<dependency>
    <groupId>com.speedment.common</groupId>
    <artifactId>collection</artifactId>
    <version>3.2.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.speedment.common : collection to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.10

All Versions

Choose a version of com.speedment.common : collection to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
collection-3.2.10
collection-3.2.9
collection-3.2.7
collection-3.2.6
collection-3.2.5
collection-3.2.2
collection-3.2.1
3.1.x
collection-3.1.18
collection-3.1.17
collection-3.1.16
collection-3.1.15
collection-3.1.14
collection-3.1.13
collection-3.1.12
1.0.x
collection-1.0.1
collection-1.0.0

How to add a dependency to Maven

Add the following com.speedment.common : collection maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.speedment.common</groupId>
    <artifactId>collection</artifactId>
    <version>3.2.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.speedment.common : collection gradle dependency to your build.gradle file:

implementation 'com.speedment.common:collection:3.2.10'

Gradle Kotlin DSL: Add the following com.speedment.common : collection gradle kotlin dependency to your build.gradle.kts file:

implementation("com.speedment.common:collection:3.2.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.speedment.common : collection sbt scala dependency to your build.sbt file:

libraryDependencies += "com.speedment.common" % "collection" % "3.2.10"