GroupId | GroupIdcom.nesscomputing.service.discovery |
---|---|
ArtifactId | ArtifactIddiscovery-parent |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
discovery-parent-1.0.4.pom | 5 KB |
discovery-parent-1.0.4-tests.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nesscomputing.service.discovery/discovery-parent/ -->
<dependency>
<groupId>com.nesscomputing.service.discovery</groupId>
<artifactId>discovery-parent</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.nesscomputing.service.discovery/discovery-parent/
implementation 'com.nesscomputing.service.discovery:discovery-parent:1.0.4'
// https://jarcasting.com/artifacts/com.nesscomputing.service.discovery/discovery-parent/
implementation ("com.nesscomputing.service.discovery:discovery-parent:1.0.4")
'com.nesscomputing.service.discovery:discovery-parent:jar:1.0.4'
<dependency org="com.nesscomputing.service.discovery" name="discovery-parent" rev="1.0.4">
<artifact name="discovery-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nesscomputing.service.discovery', module='discovery-parent', version='1.0.4')
)
libraryDependencies += "com.nesscomputing.service.discovery" % "discovery-parent" % "1.0.4"
[com.nesscomputing.service.discovery/discovery-parent "1.0.4"]