Files download
File Operation
spring-credhub-core-3.2.0.jar download
spring-credhub-core-3.2.0.pom download
spring-credhub-core-3.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.springframework.credhub</groupId>
  <artifactId>spring-credhub-core</artifactId>
  <version>3.2.0</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.credhub:spring-credhub-core:3.2.0'
Gradle Kotlin
implementation("org.springframework.credhub:spring-credhub-core:3.2.0")
Scala SBT
libraryDependencies += "org.springframework.credhub" % "spring-credhub-core" % "3.2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.credhub', module='spring-credhub-core', version='3.2.0')
)
Apache Ivy
<dependency org="org.springframework.credhub" name="spring-credhub-core" rev="3.2.0" />
Leiningen
[org.springframework.credhub/spring-credhub-core "3.2.0"]
Apache Buildr
'org.springframework.credhub:spring-credhub-core:jar:3.2.0'