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