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