| Categories |
CategoriesGradle Build Tools Github Development Tools Version Controls |
|---|---|
| GroupId | GroupIdcom.github.jchanghong.jch |
| ArtifactId | ArtifactIdcom.github.jchanghong.jch.gradle.plugin |
| Version | Version0.3 |
| Type | Typepom |
| Filename | Size |
|---|---|
| com.github.jchanghong.jch.gradle.plugin-0.3.pom | |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.jchanghong.jch/com.github.jchanghong.jch.gradle.plugin/ -->
<dependency>
<groupId>com.github.jchanghong.jch</groupId>
<artifactId>com.github.jchanghong.jch.gradle.plugin</artifactId>
<version>0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.jchanghong.jch/com.github.jchanghong.jch.gradle.plugin/
implementation 'com.github.jchanghong.jch:com.github.jchanghong.jch.gradle.plugin:0.3'
// https://jarcasting.com/artifacts/com.github.jchanghong.jch/com.github.jchanghong.jch.gradle.plugin/
implementation ("com.github.jchanghong.jch:com.github.jchanghong.jch.gradle.plugin:0.3")
'com.github.jchanghong.jch:com.github.jchanghong.jch.gradle.plugin:pom:0.3'
<dependency org="com.github.jchanghong.jch" name="com.github.jchanghong.jch.gradle.plugin" rev="0.3">
<artifact name="com.github.jchanghong.jch.gradle.plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.jchanghong.jch', module='com.github.jchanghong.jch.gradle.plugin', version='0.3')
)
libraryDependencies += "com.github.jchanghong.jch" % "com.github.jchanghong.jch.gradle.plugin" % "0.3"
[com.github.jchanghong.jch/com.github.jchanghong.jch.gradle.plugin "0.3"]