Categories |
CategoriesGradle Build Tools Git Development Tools Version Controls |
---|---|
GroupId | GroupIdcom.github.ksoichiro |
ArtifactId | ArtifactIdgradle-android-git |
Version | Version0.1.5 |
Type | Typejar |
Filename | Size |
---|---|
gradle-android-git-0.1.5.pom | |
gradle-android-git-0.1.5.jar | 36 KB |
gradle-android-git-0.1.5-sources.jar | 4 KB |
gradle-android-git-0.1.5-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ksoichiro/gradle-android-git/ -->
<dependency>
<groupId>com.github.ksoichiro</groupId>
<artifactId>gradle-android-git</artifactId>
<version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ksoichiro/gradle-android-git/
implementation 'com.github.ksoichiro:gradle-android-git:0.1.5'
// https://jarcasting.com/artifacts/com.github.ksoichiro/gradle-android-git/
implementation ("com.github.ksoichiro:gradle-android-git:0.1.5")
'com.github.ksoichiro:gradle-android-git:jar:0.1.5'
<dependency org="com.github.ksoichiro" name="gradle-android-git" rev="0.1.5">
<artifact name="gradle-android-git" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ksoichiro', module='gradle-android-git', version='0.1.5')
)
libraryDependencies += "com.github.ksoichiro" % "gradle-android-git" % "0.1.5"
[com.github.ksoichiro/gradle-android-git "0.1.5"]