GroupId | GroupIdorg.nmdp.ngs |
---|---|
ArtifactId | ArtifactIdngs-multimodule |
Version | Version1.7 |
Type | Typepom |
Filename | Size |
---|---|
ngs-multimodule-1.7.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.nmdp.ngs/ngs-multimodule/ -->
<dependency>
<groupId>org.nmdp.ngs</groupId>
<artifactId>ngs-multimodule</artifactId>
<version>1.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.nmdp.ngs/ngs-multimodule/
implementation 'org.nmdp.ngs:ngs-multimodule:1.7'
// https://jarcasting.com/artifacts/org.nmdp.ngs/ngs-multimodule/
implementation ("org.nmdp.ngs:ngs-multimodule:1.7")
'org.nmdp.ngs:ngs-multimodule:pom:1.7'
<dependency org="org.nmdp.ngs" name="ngs-multimodule" rev="1.7">
<artifact name="ngs-multimodule" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.nmdp.ngs', module='ngs-multimodule', version='1.7')
)
libraryDependencies += "org.nmdp.ngs" % "ngs-multimodule" % "1.7"
[org.nmdp.ngs/ngs-multimodule "1.7"]