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