| License |
License |
|---|---|
| GroupId | GroupIdgov.nasa.pds |
| ArtifactId | ArtifactIdmodel |
| Last Version | Last Version14.0.8 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionPDS4 Information Model
The PDS4 Information Model package describes the information model in use by PDS4.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| model-14.0.8.pom | 9 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/gov.nasa.pds/model/ -->
<dependency>
<groupId>gov.nasa.pds</groupId>
<artifactId>model</artifactId>
<version>14.0.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/gov.nasa.pds/model/
implementation 'gov.nasa.pds:model:14.0.8'
// https://jarcasting.com/artifacts/gov.nasa.pds/model/
implementation ("gov.nasa.pds:model:14.0.8")
'gov.nasa.pds:model:pom:14.0.8'
<dependency org="gov.nasa.pds" name="model" rev="14.0.8">
<artifact name="model" type="pom" />
</dependency>
@Grapes(
@Grab(group='gov.nasa.pds', module='model', version='14.0.8')
)
libraryDependencies += "gov.nasa.pds" % "model" % "14.0.8"
[gov.nasa.pds/model "14.0.8"]