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