License |
License |
---|---|
Categories |
CategoriesGradle Build Tools |
GroupId | GroupIdcom.github.acsgh.common.gradle |
ArtifactId | ArtifactIdgradle-plugins |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionGradle plugins
Gradle plugins for all github projects
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gradle-plugins-1.0.2.pom | |
gradle-plugins-1.0.2.jar | 1 KB |
gradle-plugins-1.0.2-sources.jar | 961 bytes |
gradle-plugins-1.0.2-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>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.acsgh.common.gradle/gradle-plugins/
implementation 'com.github.acsgh.common.gradle:gradle-plugins:1.0.2'
// https://jarcasting.com/artifacts/com.github.acsgh.common.gradle/gradle-plugins/
implementation ("com.github.acsgh.common.gradle:gradle-plugins:1.0.2")
'com.github.acsgh.common.gradle:gradle-plugins:pom:1.0.2'
<dependency org="com.github.acsgh.common.gradle" name="gradle-plugins" rev="1.0.2">
<artifact name="gradle-plugins" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.acsgh.common.gradle', module='gradle-plugins', version='1.0.2')
)
libraryDependencies += "com.github.acsgh.common.gradle" % "gradle-plugins" % "1.0.2"
[com.github.acsgh.common.gradle/gradle-plugins "1.0.2"]