MVN

gov.nasa.pds : registry-common

Maven & Gradle

Dec 12, 2022
7 usages
0 stars

PDS Registry Common · Common code used by Harvest and Registry Manager.

<dependency>
    <groupId>gov.nasa.pds</groupId>
    <artifactId>registry-common</artifactId>
    <version>1.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of gov.nasa.pds : registry-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.1

All Versions

Choose a version of gov.nasa.pds : registry-common to add to Maven or Gradle - All Versions:

  • Version Updated
  • registry-common-1.3.1

    Dec 12, 2022
  • registry-common-1.3.0

    Nov 08, 2022
  • registry-common-1.2.0

    Apr 13, 2022
  • registry-common-1.1.2

    Jan 11, 2022
  • registry-common-1.1.1

    Dec 10, 2021
  • registry-common-1.1.0

    Sep 29, 2021
  • registry-common-1.0.0

    Jun 29, 2021

How to add a dependency to Maven

Add the following gov.nasa.pds : registry-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>gov.nasa.pds</groupId>
    <artifactId>registry-common</artifactId>
    <version>1.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following gov.nasa.pds : registry-common gradle dependency to your build.gradle file:

implementation 'gov.nasa.pds:registry-common:1.3.1'

Gradle Kotlin DSL: Add the following gov.nasa.pds : registry-common gradle kotlin dependency to your build.gradle.kts file:

implementation("gov.nasa.pds:registry-common:1.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following gov.nasa.pds : registry-common sbt scala dependency to your build.sbt file:

libraryDependencies += "gov.nasa.pds" % "registry-common" % "1.3.1"