GroupId | GroupIdcom.nesscomputing.service.discovery |
---|---|
ArtifactId | ArtifactIddiscovery-parent |
Version | Version1.6.1 |
Type | Typepom |
Filename | Size |
---|---|
discovery-parent-1.6.1.pom | 8 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.6.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.nesscomputing.service.discovery/discovery-parent/
implementation 'com.nesscomputing.service.discovery:discovery-parent:1.6.1'
// https://jarcasting.com/artifacts/com.nesscomputing.service.discovery/discovery-parent/
implementation ("com.nesscomputing.service.discovery:discovery-parent:1.6.1")
'com.nesscomputing.service.discovery:discovery-parent:pom:1.6.1'
<dependency org="com.nesscomputing.service.discovery" name="discovery-parent" rev="1.6.1">
<artifact name="discovery-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.nesscomputing.service.discovery', module='discovery-parent', version='1.6.1')
)
libraryDependencies += "com.nesscomputing.service.discovery" % "discovery-parent" % "1.6.1"
[com.nesscomputing.service.discovery/discovery-parent "1.6.1"]