GroupId | GroupIdcom.lightbend.constructr |
---|---|
ArtifactId | ArtifactIdconstructr-coordination-zookeeper_2.12 |
Version | Version0.3.4 |
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.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.lightbend.constructr/constructr-coordination-zookeeper_2.12/
implementation 'com.lightbend.constructr:constructr-coordination-zookeeper_2.12:0.3.4'
// https://jarcasting.com/artifacts/com.lightbend.constructr/constructr-coordination-zookeeper_2.12/
implementation ("com.lightbend.constructr:constructr-coordination-zookeeper_2.12:0.3.4")
'com.lightbend.constructr:constructr-coordination-zookeeper_2.12:jar:0.3.4'
<dependency org="com.lightbend.constructr" name="constructr-coordination-zookeeper_2.12" rev="0.3.4">
<artifact name="constructr-coordination-zookeeper_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lightbend.constructr', module='constructr-coordination-zookeeper_2.12', version='0.3.4')
)
libraryDependencies += "com.lightbend.constructr" % "constructr-coordination-zookeeper_2.12" % "0.3.4"
[com.lightbend.constructr/constructr-coordination-zookeeper_2.12 "0.3.4"]