Categories |
CategoriesGradle Build Tools |
---|---|
GroupId | GroupIdcom.github.acsgh.common.gradle |
ArtifactId | ArtifactIdgradle-plugins |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
gradle-plugins-1.0.1.pom | |
gradle-plugins-1.0.1.jar | 74 KB |
gradle-plugins-1.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.acsgh.common.gradle/gradle-plugins/
implementation 'com.github.acsgh.common.gradle:gradle-plugins:1.0.1'
// https://jarcasting.com/artifacts/com.github.acsgh.common.gradle/gradle-plugins/
implementation ("com.github.acsgh.common.gradle:gradle-plugins:1.0.1")
'com.github.acsgh.common.gradle:gradle-plugins:jar:1.0.1'
<dependency org="com.github.acsgh.common.gradle" name="gradle-plugins" rev="1.0.1">
<artifact name="gradle-plugins" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.acsgh.common.gradle', module='gradle-plugins', version='1.0.1')
)
libraryDependencies += "com.github.acsgh.common.gradle" % "gradle-plugins" % "1.0.1"
[com.github.acsgh.common.gradle/gradle-plugins "1.0.1"]