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