Categories |
CategoriesHazelcast Application Layer Libs Distributed Applications |
---|---|
GroupId | GroupIdcom.github.sammyvimes |
ArtifactId | ArtifactIdspring-cloud-hazelcast-registration-consul |
Version | Version2.2.2.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.sammyvimes/spring-cloud-hazelcast-registration-consul/ -->
<dependency>
<groupId>com.github.sammyvimes</groupId>
<artifactId>spring-cloud-hazelcast-registration-consul</artifactId>
<version>2.2.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sammyvimes/spring-cloud-hazelcast-registration-consul/
implementation 'com.github.sammyvimes:spring-cloud-hazelcast-registration-consul:2.2.2.RELEASE'
// https://jarcasting.com/artifacts/com.github.sammyvimes/spring-cloud-hazelcast-registration-consul/
implementation ("com.github.sammyvimes:spring-cloud-hazelcast-registration-consul:2.2.2.RELEASE")
'com.github.sammyvimes:spring-cloud-hazelcast-registration-consul:jar:2.2.2.RELEASE'
<dependency org="com.github.sammyvimes" name="spring-cloud-hazelcast-registration-consul" rev="2.2.2.RELEASE">
<artifact name="spring-cloud-hazelcast-registration-consul" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sammyvimes', module='spring-cloud-hazelcast-registration-consul', version='2.2.2.RELEASE')
)
libraryDependencies += "com.github.sammyvimes" % "spring-cloud-hazelcast-registration-consul" % "2.2.2.RELEASE"
[com.github.sammyvimes/spring-cloud-hazelcast-registration-consul "2.2.2.RELEASE"]