File | Operation |
---|---|
spring-cloud-config-2.1.8.RELEASE.pom | download |
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-config</artifactId>
<version>2.1.8.RELEASE</version>
<type>pom</type>
</dependency>
libraryDependencies += "org.springframework.cloud" % "spring-cloud-config" % "2.1.8.RELEASE"
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-config', version='2.1.8.RELEASE')
)
<dependency org="org.springframework.cloud" name="spring-cloud-config" rev="2.1.8.RELEASE" />
<parent> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-build</artifactId> <version>2.1.11.RELEASE</version> </parent>