<dependency>
<groupId>io.pivotal.cfenv</groupId>
<artifactId>java-cfenv-boot-pivotal-scs</artifactId>
<version>1.1.3.RELEASE</version>
</dependency>
libraryDependencies += "io.pivotal.cfenv" % "java-cfenv-boot-pivotal-scs" % "1.1.3.RELEASE"
@Grapes(
@Grab(group='io.pivotal.cfenv', module='java-cfenv-boot-pivotal-scs', version='1.1.3.RELEASE')
)
<dependency org="io.pivotal.cfenv" name="java-cfenv-boot-pivotal-scs" rev="1.1.3.RELEASE" />
<parent> <groupId>io.pivotal.cfenv</groupId> <artifactId>java-cfenv-parent</artifactId> <version>1.1.3.RELEASE</version> </parent>
compile
|-- org.springframework.boot:spring-boot
|-- io.pivotal.cfenv:java-cfenv-boot:1.1.3.RELEASE
|-- org.springframework.boot:spring-boot-autoconfigure
|-- org.springframework.security.oauth:spring-security-oauth2:2.3.4.RELEASE
|-- org.springframework.cloud:spring-cloud-config-client:2.1.0.RELEASE
test
|-- org.springframework.boot:spring-boot-starter-test
|-- org.springframework.cloud:spring-cloud-config-server:2.1.0.RELEASE
|-- org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.1.1.RELEASE