Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.springframework.cloud |
ArtifactId | ArtifactIdspring-cloud-consul-config |
Version | Version3.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-consul-config/ -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-consul-config</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-consul-config/
implementation 'org.springframework.cloud:spring-cloud-consul-config:3.0.0'
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-consul-config/
implementation ("org.springframework.cloud:spring-cloud-consul-config:3.0.0")
'org.springframework.cloud:spring-cloud-consul-config:jar:3.0.0'
<dependency org="org.springframework.cloud" name="spring-cloud-consul-config" rev="3.0.0">
<artifact name="spring-cloud-consul-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-consul-config', version='3.0.0')
)
libraryDependencies += "org.springframework.cloud" % "spring-cloud-consul-config" % "3.0.0"
[org.springframework.cloud/spring-cloud-consul-config "3.0.0"]