| GroupId | GroupIdcc.cc4414 |
|---|---|
| ArtifactId | ArtifactIdcc-spring-auth |
| Version | Version0.6.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| cc-spring-auth-0.6.0.pom | 618 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/cc.cc4414/cc-spring-auth/ -->
<dependency>
<groupId>cc.cc4414</groupId>
<artifactId>cc-spring-auth</artifactId>
<version>0.6.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cc.cc4414/cc-spring-auth/
implementation 'cc.cc4414:cc-spring-auth:0.6.0'
// https://jarcasting.com/artifacts/cc.cc4414/cc-spring-auth/
implementation ("cc.cc4414:cc-spring-auth:0.6.0")
'cc.cc4414:cc-spring-auth:pom:0.6.0'
<dependency org="cc.cc4414" name="cc-spring-auth" rev="0.6.0">
<artifact name="cc-spring-auth" type="pom" />
</dependency>
@Grapes(
@Grab(group='cc.cc4414', module='cc-spring-auth', version='0.6.0')
)
libraryDependencies += "cc.cc4414" % "cc-spring-auth" % "0.6.0"
[cc.cc4414/cc-spring-auth "0.6.0"]