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