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