is not current version
Last Version 2

org.nmdp.service:common-service 0.0.1-RC1

Utilities shared by services.

GroupId

GroupId

org.nmdp.service
ArtifactId

ArtifactId

common-service
Version

Version

0.0.1-RC1
Type

Type

jar

Download common-service 0.0.1-RC1


<!-- https://jarcasting.com/artifacts/org.nmdp.service/common-service/ -->
<dependency>
    <groupId>org.nmdp.service</groupId>
    <artifactId>common-service</artifactId>
    <version>0.0.1-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.nmdp.service/common-service/
implementation 'org.nmdp.service:common-service:0.0.1-RC1'
// https://jarcasting.com/artifacts/org.nmdp.service/common-service/
implementation ("org.nmdp.service:common-service:0.0.1-RC1")
'org.nmdp.service:common-service:jar:0.0.1-RC1'
<dependency org="org.nmdp.service" name="common-service" rev="0.0.1-RC1">
  <artifact name="common-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nmdp.service', module='common-service', version='0.0.1-RC1')
)
libraryDependencies += "org.nmdp.service" % "common-service" % "0.0.1-RC1"
[org.nmdp.service/common-service "0.0.1-RC1"]