Spring CredHub Cloud Connector


Лицензия

Лицензия

Группа

Группа

org.springframework.credhub
Идентификатор

Идентификатор

spring-credhub-cloud-connector
Последняя версия

Последняя версия

2.0.1.RELEASE
Дата

Дата

Тип

Тип

jar
Описание

Описание

Spring CredHub Cloud Connector
Spring CredHub Cloud Connector
Ссылка на сайт

Ссылка на сайт

https://spring.io/projects/spring-credhub
Организация-разработчик

Организация-разработчик

Spring IO
Система контроля версий

Система контроля версий

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

Скачать spring-credhub-cloud-connector

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.
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

Версии библиотеки

Версия
2.0.1.RELEASE
2.0.0.RELEASE
1.0.1.RELEASE
1.0.0.RELEASE