GroupId | GroupIdgov.nih.nlm.nls.lvg |
---|---|
ArtifactId | ArtifactIdlvgdist |
Version | Version2016.0 |
Type | Typepom |
Filename | Size |
---|---|
lvgdist-2016.0.pom | |
lvgdist-2016.0.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/gov.nih.nlm.nls.lvg/lvgdist/ -->
<dependency>
<groupId>gov.nih.nlm.nls.lvg</groupId>
<artifactId>lvgdist</artifactId>
<version>2016.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/gov.nih.nlm.nls.lvg/lvgdist/
implementation 'gov.nih.nlm.nls.lvg:lvgdist:2016.0'
// https://jarcasting.com/artifacts/gov.nih.nlm.nls.lvg/lvgdist/
implementation ("gov.nih.nlm.nls.lvg:lvgdist:2016.0")
'gov.nih.nlm.nls.lvg:lvgdist:pom:2016.0'
<dependency org="gov.nih.nlm.nls.lvg" name="lvgdist" rev="2016.0">
<artifact name="lvgdist" type="pom" />
</dependency>
@Grapes(
@Grab(group='gov.nih.nlm.nls.lvg', module='lvgdist', version='2016.0')
)
libraryDependencies += "gov.nih.nlm.nls.lvg" % "lvgdist" % "2016.0"
[gov.nih.nlm.nls.lvg/lvgdist "2016.0"]