<dependency>
<groupId>org.springframework.credhub</groupId>
<artifactId>spring-credhub-core</artifactId>
<version>2.0.1.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.credhub" % "spring-credhub-core" % "2.0.1.RELEASE"
@Grapes(
@Grab(group='org.springframework.credhub', module='spring-credhub-core', version='2.0.1.RELEASE')
)
<dependency org="org.springframework.credhub" name="spring-credhub-core" rev="2.0.1.RELEASE" />
compile
|-- com.fasterxml.jackson.core:jackson-databind:2.9.7
|-- org.springframework.security:spring-security-oauth2-client:5.1.1.RELEASE
|-- org.springframework:spring-beans
|-- org.springframework:spring-context
|-- org.springframework:spring-core
|-- org.springframework:spring-web
|-- com.squareup.okhttp3:okhttp:3.6.0
|-- io.netty:netty-all:4.1.30.Final
|-- io.projectreactor.netty:reactor-netty
|-- org.apache.httpcomponents:httpclient:4.5.3
|-- org.springframework.security:spring-security-config:5.1.1.RELEASE