GroupId | GroupIdcom.github.lansheng228 |
---|---|
ArtifactId | ArtifactIdspring-cloud-consul |
Version | Version2.1.2.6.RELEASE |
Type | Typepom |
Filename | Size |
---|---|
spring-cloud-consul-2.1.2.6.RELEASE.pom | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.lansheng228/spring-cloud-consul/ -->
<dependency>
<groupId>com.github.lansheng228</groupId>
<artifactId>spring-cloud-consul</artifactId>
<version>2.1.2.6.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.lansheng228/spring-cloud-consul/
implementation 'com.github.lansheng228:spring-cloud-consul:2.1.2.6.RELEASE'
// https://jarcasting.com/artifacts/com.github.lansheng228/spring-cloud-consul/
implementation ("com.github.lansheng228:spring-cloud-consul:2.1.2.6.RELEASE")
'com.github.lansheng228:spring-cloud-consul:pom:2.1.2.6.RELEASE'
<dependency org="com.github.lansheng228" name="spring-cloud-consul" rev="2.1.2.6.RELEASE">
<artifact name="spring-cloud-consul" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.lansheng228', module='spring-cloud-consul', version='2.1.2.6.RELEASE')
)
libraryDependencies += "com.github.lansheng228" % "spring-cloud-consul" % "2.1.2.6.RELEASE"
[com.github.lansheng228/spring-cloud-consul "2.1.2.6.RELEASE"]