GroupId | GroupIdcom.nepxion |
---|---|
ArtifactId | ArtifactIddiscovery-plugin-framework-zookeeper |
Version | Version5.4.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.nepxion/discovery-plugin-framework-zookeeper/ -->
<dependency>
<groupId>com.nepxion</groupId>
<artifactId>discovery-plugin-framework-zookeeper</artifactId>
<version>5.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.nepxion/discovery-plugin-framework-zookeeper/
implementation 'com.nepxion:discovery-plugin-framework-zookeeper:5.4.2'
// https://jarcasting.com/artifacts/com.nepxion/discovery-plugin-framework-zookeeper/
implementation ("com.nepxion:discovery-plugin-framework-zookeeper:5.4.2")
'com.nepxion:discovery-plugin-framework-zookeeper:jar:5.4.2'
<dependency org="com.nepxion" name="discovery-plugin-framework-zookeeper" rev="5.4.2">
<artifact name="discovery-plugin-framework-zookeeper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nepxion', module='discovery-plugin-framework-zookeeper', version='5.4.2')
)
libraryDependencies += "com.nepxion" % "discovery-plugin-framework-zookeeper" % "5.4.2"
[com.nepxion/discovery-plugin-framework-zookeeper "5.4.2"]