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