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