| License |
License |
|---|---|
| Categories |
CategoriesGradle Build Tools |
| GroupId | GroupIdcom.github.hanlyjiang |
| ArtifactId | ArtifactIdgradle-helper |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiongradle-helper
description
|
| Filename | Size |
|---|---|
| gradle-helper-1.0.1.pom | |
| gradle-helper-1.0.1.jar | 3 KB |
| gradle-helper-1.0.1-sources.jar | 2 KB |
| gradle-helper-1.0.1-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.hanlyjiang/gradle-helper/ -->
<dependency>
<groupId>com.github.hanlyjiang</groupId>
<artifactId>gradle-helper</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hanlyjiang/gradle-helper/
implementation 'com.github.hanlyjiang:gradle-helper:1.0.1'
// https://jarcasting.com/artifacts/com.github.hanlyjiang/gradle-helper/
implementation ("com.github.hanlyjiang:gradle-helper:1.0.1")
'com.github.hanlyjiang:gradle-helper:jar:1.0.1'
<dependency org="com.github.hanlyjiang" name="gradle-helper" rev="1.0.1">
<artifact name="gradle-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hanlyjiang', module='gradle-helper', version='1.0.1')
)
libraryDependencies += "com.github.hanlyjiang" % "gradle-helper" % "1.0.1"
[com.github.hanlyjiang/gradle-helper "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.10 |