is not current version
Last Version 2

org.nmdp.service:common-service 1.0

Utilities shared by services.

GroupId

GroupId

org.nmdp.service
ArtifactId

ArtifactId

common-service
Version

Version

1.0
Type

Type

jar

Download common-service 1.0


<!-- 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"]