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