Categories |
CategoriesGradle Build Tools |
---|---|
GroupId | GroupIdcom.github.acsgh.common.gradle |
ArtifactId | ArtifactIdgradle-plugins |
Version | Version0.0.8 |
Type | Typepom |
Filename | Size |
---|---|
gradle-plugins-0.0.8.pom | |
gradle-plugins-0.0.8.jar | 1 KB |
gradle-plugins-0.0.8-sources.jar | 961 bytes |
gradle-plugins-0.0.8-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.acsgh.common.gradle/gradle-plugins/ -->
<dependency>
<groupId>com.github.acsgh.common.gradle</groupId>
<artifactId>gradle-plugins</artifactId>
<version>0.0.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.acsgh.common.gradle/gradle-plugins/
implementation 'com.github.acsgh.common.gradle:gradle-plugins:0.0.8'
// https://jarcasting.com/artifacts/com.github.acsgh.common.gradle/gradle-plugins/
implementation ("com.github.acsgh.common.gradle:gradle-plugins:0.0.8")
'com.github.acsgh.common.gradle:gradle-plugins:pom:0.0.8'
<dependency org="com.github.acsgh.common.gradle" name="gradle-plugins" rev="0.0.8">
<artifact name="gradle-plugins" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.acsgh.common.gradle', module='gradle-plugins', version='0.0.8')
)
libraryDependencies += "com.github.acsgh.common.gradle" % "gradle-plugins" % "0.0.8"
[com.github.acsgh.common.gradle/gradle-plugins "0.0.8"]