is not current version
Last Version 1.2.2

gov.nasa.pds:mi-label 1.1.0

The Metadata Injector for PDS Labels (MILabel) provides a command-line interface for generating PDS4 Labels using a user provided PDS4 XML template and input (source) data products. The PDS4 XML Templates use Apache Velocity variables and logic to generate the PDS4 labels. For inputs, the tool currently supports detached and attached ODL/PDS3 labels with plans to support VICAR attached labels and CSV files.

GroupId

GroupId

gov.nasa.pds
ArtifactId

ArtifactId

mi-label
Version

Version

1.1.0
Type

Type

jar

Download mi-label 1.1.0


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