GroupId | GroupIdorg.springframework.credhub |
---|---|
ArtifactId | ArtifactIdspring-credhub-cloud-connector |
Version | Version2.0.0.RELEASE |
Type | Typejar |
<!-- 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.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.credhub/spring-credhub-cloud-connector/
implementation 'org.springframework.credhub:spring-credhub-cloud-connector:2.0.0.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.credhub/spring-credhub-cloud-connector/
implementation ("org.springframework.credhub:spring-credhub-cloud-connector:2.0.0.RELEASE")
'org.springframework.credhub:spring-credhub-cloud-connector:jar:2.0.0.RELEASE'
<dependency org="org.springframework.credhub" name="spring-credhub-cloud-connector" rev="2.0.0.RELEASE">
<artifact name="spring-credhub-cloud-connector" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.credhub', module='spring-credhub-cloud-connector', version='2.0.0.RELEASE')
)
libraryDependencies += "org.springframework.credhub" % "spring-credhub-cloud-connector" % "2.0.0.RELEASE"
[org.springframework.credhub/spring-credhub-cloud-connector "2.0.0.RELEASE"]