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