<dependency>
<groupId>org.springframework.credhub</groupId>
<artifactId>spring-credhub-starter</artifactId>
<version>1.0.1.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.credhub" % "spring-credhub-starter" % "1.0.1.RELEASE"
@Grapes(
@Grab(group='org.springframework.credhub', module='spring-credhub-starter', version='1.0.1.RELEASE')
)
<dependency org="org.springframework.credhub" name="spring-credhub-starter" rev="1.0.1.RELEASE" />
compile
|-- com.squareup.okhttp3:okhttp:3.6.0
|-- io.netty:netty-all:4.1.8.Final
|-- org.apache.httpcomponents:httpclient:4.5.3
|-- org.springframework.boot:spring-boot-starter
|-- org.springframework.credhub:spring-credhub-core:1.0.1.RELEASE
|-- org.springframework.security.oauth:spring-security-oauth2