<dependency>
<groupId>org.springframework.credhub</groupId>
<artifactId>spring-credhub-core</artifactId>
<version>2.3.0</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.credhub', module='spring-credhub-core', version='2.3.0')
)
compile
|-- org.springframework:spring-core:5.3.23
|-- org.springframework:spring-beans:5.3.23
|-- org.springframework:spring-context:5.3.23
|-- org.springframework:spring-web:5.3.23
|-- com.fasterxml.jackson.core:jackson-databind:2.13.3
|-- org.springframework.security:spring-security-oauth2-client:5.7.5
|-- org.springframework:spring-webflux:5.3.23
|-- io.projectreactor.netty:reactor-netty:1.0.24
|-- org.springframework.security:spring-security-config:5.7.5
|-- org.apache.httpcomponents:httpclient:4.5.13