GroupId | GroupIdcom.gccloud |
---|---|
ArtifactId | ArtifactIdgc-starter-authority-controller |
Version | Version1.1.0-beta1 |
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.1.0-beta1</version>
</dependency>
// https://jarcasting.com/artifacts/com.gccloud/gc-starter-authority-controller/
implementation 'com.gccloud:gc-starter-authority-controller:1.1.0-beta1'
// https://jarcasting.com/artifacts/com.gccloud/gc-starter-authority-controller/
implementation ("com.gccloud:gc-starter-authority-controller:1.1.0-beta1")
'com.gccloud:gc-starter-authority-controller:jar:1.1.0-beta1'
<dependency org="com.gccloud" name="gc-starter-authority-controller" rev="1.1.0-beta1">
<artifact name="gc-starter-authority-controller" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gccloud', module='gc-starter-authority-controller', version='1.1.0-beta1')
)
libraryDependencies += "com.gccloud" % "gc-starter-authority-controller" % "1.1.0-beta1"
[com.gccloud/gc-starter-authority-controller "1.1.0-beta1"]