GroupId | GroupIdcom.nepxion |
---|---|
ArtifactId | ArtifactIddiscovery-commons |
Version | Version6.6.0 |
Type | Typepom |
Filename | Size |
---|---|
discovery-commons-6.6.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nepxion/discovery-commons/ -->
<dependency>
<groupId>com.nepxion</groupId>
<artifactId>discovery-commons</artifactId>
<version>6.6.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.nepxion/discovery-commons/
implementation 'com.nepxion:discovery-commons:6.6.0'
// https://jarcasting.com/artifacts/com.nepxion/discovery-commons/
implementation ("com.nepxion:discovery-commons:6.6.0")
'com.nepxion:discovery-commons:pom:6.6.0'
<dependency org="com.nepxion" name="discovery-commons" rev="6.6.0">
<artifact name="discovery-commons" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.nepxion', module='discovery-commons', version='6.6.0')
)
libraryDependencies += "com.nepxion" % "discovery-commons" % "6.6.0"
[com.nepxion/discovery-commons "6.6.0"]