is not current version
Last Version 3.1.3

org.springframework.cloud:spring-cloud-starter-config 1.4.1.RELEASE

Spring Cloud Starter

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

org.springframework.cloud
ArtifactId

ArtifactId

spring-cloud-starter-config
Version

Version

1.4.1.RELEASE
Type

Type

jar

Download spring-cloud-starter-config 1.4.1.RELEASE


<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-config/ -->
<dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-starter-config</artifactId>
    <version>1.4.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-config/
implementation 'org.springframework.cloud:spring-cloud-starter-config:1.4.1.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-config/
implementation ("org.springframework.cloud:spring-cloud-starter-config:1.4.1.RELEASE")
'org.springframework.cloud:spring-cloud-starter-config:jar:1.4.1.RELEASE'
<dependency org="org.springframework.cloud" name="spring-cloud-starter-config" rev="1.4.1.RELEASE">
  <artifact name="spring-cloud-starter-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-starter-config', version='1.4.1.RELEASE')
)
libraryDependencies += "org.springframework.cloud" % "spring-cloud-starter-config" % "1.4.1.RELEASE"
[org.springframework.cloud/spring-cloud-starter-config "1.4.1.RELEASE"]