<dependency>
<groupId>org.springframework.vault</groupId>
<artifactId>spring-vault-core</artifactId>
<version>2.1.4.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.vault" % "spring-vault-core" % "2.1.4.RELEASE"
@Grapes(
@Grab(group='org.springframework.vault', module='spring-vault-core', version='2.1.4.RELEASE')
)
<dependency org="org.springframework.vault" name="spring-vault-core" rev="2.1.4.RELEASE" />
<parent> <groupId>org.springframework.vault</groupId> <artifactId>spring-vault-parent</artifactId> <version>2.1.4.RELEASE</version> </parent>
compile
|-- org.springframework:spring-core
|-- org.springframework:spring-context
|-- org.springframework:spring-beans
|-- org.springframework:spring-web
|-- com.fasterxml.jackson.core:jackson-databind
|-- org.springframework:spring-webflux
|-- io.projectreactor.netty:reactor-netty
|-- org.springframework.data:spring-data-commons
|-- org.springframework.data:spring-data-keyvalue
|-- org.springframework.security:spring-security-crypto
|-- org.apache.httpcomponents:httpclient
|-- org.apache.httpcomponents:httpcore
|-- com.squareup.okhttp3:okhttp
|-- org.projectlombok:lombok:1.18.6
|-- com.amazonaws:aws-java-sdk-core
|-- com.google.apis:google-api-services-iam
|-- com.google.auth:google-auth-library-oauth2-http
test
|-- org.springframework:spring-test
|-- com.jayway.jsonpath:json-path
|-- junit:junit
|-- io.projectreactor:reactor-test