GroupId | GroupIdorg.nmdp.service |
---|---|
ArtifactId | ArtifactIdcommon-service |
Version | Version0.0.1-RC1 |
Type | Typejar |
Filename | Size |
---|---|
common-service-0.0.1-RC1.pom | |
common-service-0.0.1-RC1.jar | 7 KB |
common-service-0.0.1-RC1-sources.jar | 3 KB |
common-service-0.0.1-RC1-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>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"]