p

pds3-product-tools

The PDS3 Product Tools Library project supports design/generation, validation and submission of archival products to the PDS. This project consists of a library of software classes to support the development of tools to perform these functions and is designed to be utilized by developers from the Engineering Node, Discipline Nodes and the PDS community.
https://github.com/NASA-PDS-Incubator/pds3-product-tools
The Apache License, Version 2.0
Files download
File Operation
pds3-product-tools-4.3.0.jar download
pds3-product-tools-4.3.0.pom download
pds3-product-tools-4.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>gov.nasa.pds</groupId>
  <artifactId>pds3-product-tools</artifactId>
  <version>4.3.0</version>
</dependency>
Gradle Groovy
implementation 'gov.nasa.pds:pds3-product-tools:4.3.0'
Gradle Kotlin
implementation("gov.nasa.pds:pds3-product-tools:4.3.0")
Scala SBT
libraryDependencies += "gov.nasa.pds" % "pds3-product-tools" % "4.3.0"
Groovy Grape
@Grapes(
  @Grab(group='gov.nasa.pds', module='pds3-product-tools', version='4.3.0')
)
Apache Ivy
<dependency org="gov.nasa.pds" name="pds3-product-tools" rev="4.3.0" />
Leiningen
[gov.nasa.pds/pds3-product-tools "4.3.0"]
Apache Buildr
'gov.nasa.pds:pds3-product-tools:jar:4.3.0'