GroupId | GroupIdorg.springframework.credhub |
---|---|
ArtifactId | ArtifactIdspring-credhub |
Version | Version2.0.0.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
spring-credhub-2.0.0.RELEASE.pom | |
spring-credhub-2.0.0.RELEASE.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.springframework.credhub/spring-credhub/ -->
<dependency>
<groupId>org.springframework.credhub</groupId>
<artifactId>spring-credhub</artifactId>
<version>2.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.credhub/spring-credhub/
implementation 'org.springframework.credhub:spring-credhub:2.0.0.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.credhub/spring-credhub/
implementation ("org.springframework.credhub:spring-credhub:2.0.0.RELEASE")
'org.springframework.credhub:spring-credhub:jar:2.0.0.RELEASE'
<dependency org="org.springframework.credhub" name="spring-credhub" rev="2.0.0.RELEASE">
<artifact name="spring-credhub" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.credhub', module='spring-credhub', version='2.0.0.RELEASE')
)
libraryDependencies += "org.springframework.credhub" % "spring-credhub" % "2.0.0.RELEASE"
[org.springframework.credhub/spring-credhub "2.0.0.RELEASE"]