MVN

org.datanucleus : datanucleus-googlecollections

Maven & Gradle

Jun 27, 2013

DataNucleus Google Collections plugin · Plugin providing DataNucleus support for Google Collections types.

<dependency>
    <groupId>org.datanucleus</groupId>
    <artifactId>datanucleus-googlecollections</artifactId>
    <version>3.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.datanucleus : datanucleus-googlecollections to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.2

All Versions

Choose a version of org.datanucleus : datanucleus-googlecollections to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
datanucleus-googlecollections-3.2.2
datanucleus-googlecollections-3.2.1
datanucleus-googlecollections-3.2.0-release
datanucleus-googlecollections-3.2.0-m2
datanucleus-googlecollections-3.2.0-m1
3.0.x
datanucleus-googlecollections-3.0.1
datanucleus-googlecollections-3.0.0-release
datanucleus-googlecollections-3.0.0-m4
datanucleus-googlecollections-3.0.0-m3
datanucleus-googlecollections-3.0.0-m2
datanucleus-googlecollections-3.0.0-m1
2.2.x
datanucleus-googlecollections-2.2.0-release
datanucleus-googlecollections-2.2.0-m2
datanucleus-googlecollections-2.2.0-m1
2.1.x
datanucleus-googlecollections-2.1.0-release

How to add a dependency to Maven

Add the following org.datanucleus : datanucleus-googlecollections maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.datanucleus</groupId>
    <artifactId>datanucleus-googlecollections</artifactId>
    <version>3.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.datanucleus : datanucleus-googlecollections gradle dependency to your build.gradle file:

implementation 'org.datanucleus:datanucleus-googlecollections:3.2.2'

Gradle Kotlin DSL: Add the following org.datanucleus : datanucleus-googlecollections gradle kotlin dependency to your build.gradle.kts file:

implementation("org.datanucleus:datanucleus-googlecollections:3.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.datanucleus : datanucleus-googlecollections sbt scala dependency to your build.sbt file:

libraryDependencies += "org.datanucleus" % "datanucleus-googlecollections" % "3.2.2"

Advertisement