GroupId | GroupIdorg.nmdp.service |
---|---|
ArtifactId | ArtifactIdcommon-service |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
common-service-1.0.pom | |
common-service-1.0.jar | 7 KB |
common-service-1.0-sources.jar | 3 KB |
common-service-1.0-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.nmdp.service/common-service/ -->
<dependency>
<groupId>org.nmdp.service</groupId>
<artifactId>common-service</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.nmdp.service/common-service/
implementation 'org.nmdp.service:common-service:1.0'
// https://jarcasting.com/artifacts/org.nmdp.service/common-service/
implementation ("org.nmdp.service:common-service:1.0")
'org.nmdp.service:common-service:jar:1.0'
<dependency org="org.nmdp.service" name="common-service" rev="1.0">
<artifact name="common-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nmdp.service', module='common-service', version='1.0')
)
libraryDependencies += "org.nmdp.service" % "common-service" % "1.0"
[org.nmdp.service/common-service "1.0"]