MVN

org.duracloud : common

Maven & Gradle

Dec 01, 2022
66 usages

Common

<dependency>
    <groupId>org.duracloud</groupId>
    <artifactId>common</artifactId>
    <version>7.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.duracloud : common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.1.2

All Versions

Choose a version of org.duracloud : common to add to Maven or Gradle - All Versions:

  • Version Updated
  • common-7.1.2

    Dec 01, 2022
  • common-7.1.1

    Apr 08, 2022
  • common-7.1.0

    Dec 14, 2021
  • common-7.0.0

    Feb 08, 2021
  • common-6.2.1

    Dec 11, 2020
  • common-6.2.0

    Apr 04, 2020
  • common-6.1.1

    Nov 22, 2019
  • common-6.1.0

    Nov 01, 2019
  • common-6.0.1

    Mar 05, 2019
  • common-6.0.0

    Feb 18, 2019
  • common-5.1.0

    Dec 10, 2018
  • common-5.0.0

    Aug 29, 2018
  • common-4.4.6

    Apr 04, 2018
  • common-4.4.5

    Apr 04, 2018
  • common-4.4.4

    Feb 28, 2018
  • common-4.4.3

    Feb 13, 2018
  • common-4.4.2

    Dec 21, 2017
  • common-4.4.1

    Oct 26, 2017
  • common-4.4.0

    Oct 20, 2017
  • common-4.3.9

    Sep 23, 2017
  • common-4.3.8

    Sep 19, 2017
  • common-4.3.7

    Aug 15, 2017
  • common-4.3.6

    Jun 30, 2017
  • common-4.3.5

    May 26, 2017
  • common-4.3.3

    Apr 20, 2017
  • common-4.2.6

    Mar 16, 2017
  • common-4.2.5

    Feb 13, 2017
  • common-4.2.4

    Jan 26, 2017
  • common-4.2.3

    Jan 13, 2017
  • common-4.2.2

    Jan 04, 2017
  • common-4.2.1

    Dec 14, 2016
  • common-4.2.0

    Nov 18, 2016
  • common-4.1.9

    Nov 10, 2016
  • common-4.1.8

    Nov 07, 2016
  • common-4.1.7

    Oct 06, 2016
  • common-4.1.6

    Sep 23, 2016
  • common-4.1.5

    Sep 13, 2016
  • common-4.1.3

    Aug 31, 2016
  • common-4.1.2

    Aug 29, 2016
  • common-4.1.1

    Aug 24, 2016
  • common-4.1.0

    Jul 18, 2016
  • common-4.0.1

    Jul 12, 2016
  • common-4.0.0

    Jul 01, 2016
  • common-3.7.4

    May 16, 2016
  • common-3.7.3

    May 05, 2016
  • common-3.7.2

    Mar 28, 2016
  • common-3.7.1

    Feb 03, 2016
  • common-3.7.0

    Jan 29, 2016
  • common-3.6.0

    Nov 25, 2015
  • common-3.5.0

    Oct 16, 2015
  • common-3.4.0

    Aug 16, 2015
  • common-3.3.0

    Jun 15, 2015
  • common-3.2.5

    Mar 27, 2015
  • common-3.2.4

    Mar 26, 2015
  • common-3.2.3

    Mar 03, 2015
  • common-3.2.2

    Feb 17, 2015
  • common-3.2.1

    Feb 03, 2015
  • common-3.2.0

    Dec 17, 2014
  • common-2.1.2

    Nov 01, 2012

How to add a dependency to Maven

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

<dependency>
    <groupId>org.duracloud</groupId>
    <artifactId>common</artifactId>
    <version>7.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.duracloud : common gradle dependency to your build.gradle file:

implementation 'org.duracloud:common:7.1.2'

Gradle Kotlin DSL: Add the following org.duracloud : common gradle kotlin dependency to your build.gradle.kts file:

implementation("org.duracloud:common:7.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.duracloud : common sbt scala dependency to your build.sbt file:

libraryDependencies += "org.duracloud" % "common" % "7.1.2"