<dependency>
<groupId>org.springframework.vault</groupId>
<artifactId>spring-vault-core</artifactId>
<version>1.1.0.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.vault" % "spring-vault-core" % "1.1.0.RELEASE"
@Grapes(
@Grab(group='org.springframework.vault', module='spring-vault-core', version='1.1.0.RELEASE')
)
<dependency org="org.springframework.vault" name="spring-vault-core" rev="1.1.0.RELEASE" />
<parent> <groupId>org.springframework.vault</groupId> <artifactId>spring-vault-parent</artifactId> <version>1.1.0.RELEASE</version> </parent>
compile
|-- com.fasterxml.jackson.core:jackson-databind
|-- org.springframework:spring-core
|-- org.springframework:spring-beans
|-- org.springframework:spring-web
|-- org.apache.httpcomponents:httpclient
|-- org.apache.httpcomponents:httpcore
|-- com.squareup.okhttp:okhttp
|-- com.squareup.okhttp3:okhttp
|-- com.amazonaws:aws-java-sdk-core
|-- org.projectlombok:lombok:1.16.10
test
|-- org.springframework:spring-test
|-- junit:junit