GroupId | GroupIdgov.nasa.pds |
---|---|
ArtifactId | ArtifactIdmodel |
Version | Version12.0.3 |
Type | Typepom |
Filename | Size |
---|---|
model-12.0.3.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/gov.nasa.pds/model/ -->
<dependency>
<groupId>gov.nasa.pds</groupId>
<artifactId>model</artifactId>
<version>12.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/gov.nasa.pds/model/
implementation 'gov.nasa.pds:model:12.0.3'
// https://jarcasting.com/artifacts/gov.nasa.pds/model/
implementation ("gov.nasa.pds:model:12.0.3")
'gov.nasa.pds:model:pom:12.0.3'
<dependency org="gov.nasa.pds" name="model" rev="12.0.3">
<artifact name="model" type="pom" />
</dependency>
@Grapes(
@Grab(group='gov.nasa.pds', module='model', version='12.0.3')
)
libraryDependencies += "gov.nasa.pds" % "model" % "12.0.3"
[gov.nasa.pds/model "12.0.3"]