GroupId | GroupIdgov.nasa.pds |
---|---|
ArtifactId | ArtifactIdregistry |
Version | Version2.2.0 |
Type | Typejar |
Filename | Size |
---|---|
registry-2.2.0.pom | |
registry-2.2.0.jar | 148 KB |
registry-2.2.0-sources.jar | 145 KB |
registry-2.2.0-javadoc.jar | 78 KB |
registry-2.2.0-bin.zip | 6 MB |
registry-2.2.0-bin.tar.gz | 6 MB |
Browse |
<!-- https://jarcasting.com/artifacts/gov.nasa.pds/registry/ -->
<dependency>
<groupId>gov.nasa.pds</groupId>
<artifactId>registry</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/gov.nasa.pds/registry/
implementation 'gov.nasa.pds:registry:2.2.0'
// https://jarcasting.com/artifacts/gov.nasa.pds/registry/
implementation ("gov.nasa.pds:registry:2.2.0")
'gov.nasa.pds:registry:jar:2.2.0'
<dependency org="gov.nasa.pds" name="registry" rev="2.2.0">
<artifact name="registry" type="jar" />
</dependency>
@Grapes(
@Grab(group='gov.nasa.pds', module='registry', version='2.2.0')
)
libraryDependencies += "gov.nasa.pds" % "registry" % "2.2.0"
[gov.nasa.pds/registry "2.2.0"]