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