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