GroupId | GroupIdcom.github.shoothzj |
---|---|
ArtifactId | ArtifactIdsdk-zookeeper |
Version | Version3.0.11.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.shoothzj/sdk-zookeeper/ -->
<dependency>
<groupId>com.github.shoothzj</groupId>
<artifactId>sdk-zookeeper</artifactId>
<version>3.0.11.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shoothzj/sdk-zookeeper/
implementation 'com.github.shoothzj:sdk-zookeeper:3.0.11.RELEASE'
// https://jarcasting.com/artifacts/com.github.shoothzj/sdk-zookeeper/
implementation ("com.github.shoothzj:sdk-zookeeper:3.0.11.RELEASE")
'com.github.shoothzj:sdk-zookeeper:jar:3.0.11.RELEASE'
<dependency org="com.github.shoothzj" name="sdk-zookeeper" rev="3.0.11.RELEASE">
<artifact name="sdk-zookeeper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shoothzj', module='sdk-zookeeper', version='3.0.11.RELEASE')
)
libraryDependencies += "com.github.shoothzj" % "sdk-zookeeper" % "3.0.11.RELEASE"
[com.github.shoothzj/sdk-zookeeper "3.0.11.RELEASE"]