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