Categories |
CategoriesReact User Interface Web Frameworks |
---|---|
GroupId | GroupIdio.reactiverse |
ArtifactId | ArtifactIdconsul-cluster-manager |
Version | Version1.2.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.reactiverse/consul-cluster-manager/ -->
<dependency>
<groupId>io.reactiverse</groupId>
<artifactId>consul-cluster-manager</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.reactiverse/consul-cluster-manager/
implementation 'io.reactiverse:consul-cluster-manager:1.2.1'
// https://jarcasting.com/artifacts/io.reactiverse/consul-cluster-manager/
implementation ("io.reactiverse:consul-cluster-manager:1.2.1")
'io.reactiverse:consul-cluster-manager:jar:1.2.1'
<dependency org="io.reactiverse" name="consul-cluster-manager" rev="1.2.1">
<artifact name="consul-cluster-manager" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.reactiverse', module='consul-cluster-manager', version='1.2.1')
)
libraryDependencies += "io.reactiverse" % "consul-cluster-manager" % "1.2.1"
[io.reactiverse/consul-cluster-manager "1.2.1"]