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