GroupId | GroupIdcom.gccloud |
---|---|
ArtifactId | ArtifactIdgc-starter-authority-controller |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.gccloud/gc-starter-authority-controller/ -->
<dependency>
<groupId>com.gccloud</groupId>
<artifactId>gc-starter-authority-controller</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.gccloud/gc-starter-authority-controller/
implementation 'com.gccloud:gc-starter-authority-controller:1.0.0'
// https://jarcasting.com/artifacts/com.gccloud/gc-starter-authority-controller/
implementation ("com.gccloud:gc-starter-authority-controller:1.0.0")
'com.gccloud:gc-starter-authority-controller:jar:1.0.0'
<dependency org="com.gccloud" name="gc-starter-authority-controller" rev="1.0.0">
<artifact name="gc-starter-authority-controller" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gccloud', module='gc-starter-authority-controller', version='1.0.0')
)
libraryDependencies += "com.gccloud" % "gc-starter-authority-controller" % "1.0.0"
[com.gccloud/gc-starter-authority-controller "1.0.0"]