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