is not current version
Last Version 2.2.1

gov.nasa.pds:registry 2.1.1

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.

GroupId

GroupId

gov.nasa.pds
ArtifactId

ArtifactId

registry
Version

Version

2.1.1
Type

Type

jar

Download registry 2.1.1


<!-- https://jarcasting.com/artifacts/gov.nasa.pds/registry/ -->
<dependency>
    <groupId>gov.nasa.pds</groupId>
    <artifactId>registry</artifactId>
    <version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/gov.nasa.pds/registry/
implementation 'gov.nasa.pds:registry:2.1.1'
// https://jarcasting.com/artifacts/gov.nasa.pds/registry/
implementation ("gov.nasa.pds:registry:2.1.1")
'gov.nasa.pds:registry:jar:2.1.1'
<dependency org="gov.nasa.pds" name="registry" rev="2.1.1">
  <artifact name="registry" type="jar" />
</dependency>
@Grapes(
@Grab(group='gov.nasa.pds', module='registry', version='2.1.1')
)
libraryDependencies += "gov.nasa.pds" % "registry" % "2.1.1"
[gov.nasa.pds/registry "2.1.1"]