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