GroupId | GroupIdcom.github.lansheng228 |
---|---|
ArtifactId | ArtifactIdspring-cloud-consul-cluster |
Version | Version2.2.2.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.lansheng228/spring-cloud-consul-cluster/ -->
<dependency>
<groupId>com.github.lansheng228</groupId>
<artifactId>spring-cloud-consul-cluster</artifactId>
<version>2.2.2.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lansheng228/spring-cloud-consul-cluster/
implementation 'com.github.lansheng228:spring-cloud-consul-cluster:2.2.2.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.lansheng228/spring-cloud-consul-cluster/
implementation ("com.github.lansheng228:spring-cloud-consul-cluster:2.2.2.0.RELEASE")
'com.github.lansheng228:spring-cloud-consul-cluster:jar:2.2.2.0.RELEASE'
<dependency org="com.github.lansheng228" name="spring-cloud-consul-cluster" rev="2.2.2.0.RELEASE">
<artifact name="spring-cloud-consul-cluster" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lansheng228', module='spring-cloud-consul-cluster', version='2.2.2.0.RELEASE')
)
libraryDependencies += "com.github.lansheng228" % "spring-cloud-consul-cluster" % "2.2.2.0.RELEASE"
[com.github.lansheng228/spring-cloud-consul-cluster "2.2.2.0.RELEASE"]