Categories |
CategoriesSecurity config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.springframework.cloud |
ArtifactId | ArtifactIdspring-cloud-common-security-config |
Version | Version1.0.2.RELEASE |
Type | Typepom |
Filename | Size |
---|---|
spring-cloud-common-security-config-1.0.2.RELEASE.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-common-security-config/ -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-common-security-config</artifactId>
<version>1.0.2.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-common-security-config/
implementation 'org.springframework.cloud:spring-cloud-common-security-config:1.0.2.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-common-security-config/
implementation ("org.springframework.cloud:spring-cloud-common-security-config:1.0.2.RELEASE")
'org.springframework.cloud:spring-cloud-common-security-config:pom:1.0.2.RELEASE'
<dependency org="org.springframework.cloud" name="spring-cloud-common-security-config" rev="1.0.2.RELEASE">
<artifact name="spring-cloud-common-security-config" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-common-security-config', version='1.0.2.RELEASE')
)
libraryDependencies += "org.springframework.cloud" % "spring-cloud-common-security-config" % "1.0.2.RELEASE"
[org.springframework.cloud/spring-cloud-common-security-config "1.0.2.RELEASE"]