GroupId | GroupIdcom.lightbend.constructr |
---|---|
ArtifactId | ArtifactIdconstructr-coordination-zookeeper_2.12 |
Version | Version0.4.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.lightbend.constructr/constructr-coordination-zookeeper_2.12/ -->
<dependency>
<groupId>com.lightbend.constructr</groupId>
<artifactId>constructr-coordination-zookeeper_2.12</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.lightbend.constructr/constructr-coordination-zookeeper_2.12/
implementation 'com.lightbend.constructr:constructr-coordination-zookeeper_2.12:0.4.0'
// https://jarcasting.com/artifacts/com.lightbend.constructr/constructr-coordination-zookeeper_2.12/
implementation ("com.lightbend.constructr:constructr-coordination-zookeeper_2.12:0.4.0")
'com.lightbend.constructr:constructr-coordination-zookeeper_2.12:jar:0.4.0'
<dependency org="com.lightbend.constructr" name="constructr-coordination-zookeeper_2.12" rev="0.4.0">
<artifact name="constructr-coordination-zookeeper_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lightbend.constructr', module='constructr-coordination-zookeeper_2.12', version='0.4.0')
)
libraryDependencies += "com.lightbend.constructr" % "constructr-coordination-zookeeper_2.12" % "0.4.0"
[com.lightbend.constructr/constructr-coordination-zookeeper_2.12 "0.4.0"]