Spring CredHub Cloud Connector


License

License

GroupId

GroupId

org.springframework.credhub
ArtifactId

ArtifactId

spring-credhub-cloud-connector
Last Version

Last Version

2.0.1.RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

Spring CredHub Cloud Connector
Spring CredHub Cloud Connector
Project URL

Project URL

https://spring.io/projects/spring-credhub
Project Organization

Project Organization

Spring IO
Source Code Management

Source Code Management

https://github.com/spring-projects/spring-credhub

Download spring-credhub-cloud-connector

How to add to project

<!-- https://jarcasting.com/artifacts/org.springframework.credhub/spring-credhub-cloud-connector/ -->
<dependency>
    <groupId>org.springframework.credhub</groupId>
    <artifactId>spring-credhub-cloud-connector</artifactId>
    <version>2.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.credhub/spring-credhub-cloud-connector/
implementation 'org.springframework.credhub:spring-credhub-cloud-connector:2.0.1.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.credhub/spring-credhub-cloud-connector/
implementation ("org.springframework.credhub:spring-credhub-cloud-connector:2.0.1.RELEASE")
'org.springframework.credhub:spring-credhub-cloud-connector:jar:2.0.1.RELEASE'
<dependency org="org.springframework.credhub" name="spring-credhub-cloud-connector" rev="2.0.1.RELEASE">
  <artifact name="spring-credhub-cloud-connector" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.credhub', module='spring-credhub-cloud-connector', version='2.0.1.RELEASE')
)
libraryDependencies += "org.springframework.credhub" % "spring-credhub-cloud-connector" % "2.0.1.RELEASE"
[org.springframework.credhub/spring-credhub-cloud-connector "2.0.1.RELEASE"]

Dependencies

compile (3)

Group / Artifact Type Version
org.springframework.cloud : spring-cloud-cloudfoundry-connector jar 1.2.5.RELEASE
org.springframework.credhub : spring-credhub-core jar 2.0.1.RELEASE
org.springframework : spring-core jar

Project Modules

There are no modules declared in this project.
Build Status
snapshot

Spring CredHub

Spring CredHub provides client-side support for storing, retrieving, and deleting credentials from a CredHub server running in a Cloud Foundry platform.

See the project site and reference documentation for more information.

Demo Application

A simple application that demonstrates the use of Spring CredHub is available in this repository.

Building

Basic Compile and Test

To build the source you will need to install JDK 1.8.

Spring CredHub uses Gradle for most build-related activities, and you should be able to get off the ground quite quickly by cloning the project you are interested in and typing

$ ./gradlew install

Working with the code

If you don’t have an IDE preference we would recommend that you use Spring Tools Suite or Eclipse when working with the code.

org.springframework.credhub

Spring

Versions

Version
2.0.1.RELEASE
2.0.0.RELEASE
1.0.1.RELEASE
1.0.0.RELEASE