GroupId | GroupIdcom.github.sparkzxl |
---|---|
ArtifactId | ArtifactIdsparkzxl-zookeeper-starter |
Version | Version1.3.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.sparkzxl/sparkzxl-zookeeper-starter/ -->
<dependency>
<groupId>com.github.sparkzxl</groupId>
<artifactId>sparkzxl-zookeeper-starter</artifactId>
<version>1.3.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sparkzxl/sparkzxl-zookeeper-starter/
implementation 'com.github.sparkzxl:sparkzxl-zookeeper-starter:1.3.9'
// https://jarcasting.com/artifacts/com.github.sparkzxl/sparkzxl-zookeeper-starter/
implementation ("com.github.sparkzxl:sparkzxl-zookeeper-starter:1.3.9")
'com.github.sparkzxl:sparkzxl-zookeeper-starter:jar:1.3.9'
<dependency org="com.github.sparkzxl" name="sparkzxl-zookeeper-starter" rev="1.3.9">
<artifact name="sparkzxl-zookeeper-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sparkzxl', module='sparkzxl-zookeeper-starter', version='1.3.9')
)
libraryDependencies += "com.github.sparkzxl" % "sparkzxl-zookeeper-starter" % "1.3.9"
[com.github.sparkzxl/sparkzxl-zookeeper-starter "1.3.9"]