<dependency>
<groupId>org.springframework.credhub</groupId>
<artifactId>spring-credhub-starter</artifactId>
<version>2.2.0</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.credhub', module='spring-credhub-starter', version='2.2.0')
)
<dependency org="org.springframework.credhub" name="spring-credhub-starter" rev="2.2.0" />
compile
|-- org.springframework.credhub:spring-credhub-core:2.2.0
|-- org.springframework.boot:spring-boot-autoconfigure:2.5.7
|-- org.springframework.boot:spring-boot-starter-webflux:2.5.7
|-- org.springframework.security:spring-security-config:5.5.3
|-- org.springframework.security:spring-security-oauth2-client:5.5.3
|-- org.apache.httpcomponents:httpclient:4.5.13