MVN

gov.nasa.pds : registry

Maven & Gradle

Oct 28, 2019
0 stars

Registry · The Registry provides provides the PDS-specific search protocol and the search capability for the PDS search index generated through the Search Core software. The core functionality for this service is satisfied by Apache Solr.

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

Latest Version

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

  • Latest Stable: 2.2.1

All Versions

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

Version Vulnerabilities Updated
2.2.x
registry-2.2.1
registry-2.2.0
2.1.x
registry-2.1.2
registry-2.1.1
registry-2.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>gov.nasa.pds</groupId>
    <artifactId>registry</artifactId>
    <version>2.2.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'gov.nasa.pds:registry:2.2.1'

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

implementation("gov.nasa.pds:registry:2.2.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "gov.nasa.pds" % "registry" % "2.2.1"

Advertisement