is not current version
Last Version 0.1.6

com.github.ksoichiro:gradle-android-git 0.1.3

Gradle plugin for Android apps to manage Git dependency (gag)

Categories

Categories

Gradle Build Tools Git Development Tools Version Controls
GroupId

GroupId

com.github.ksoichiro
ArtifactId

ArtifactId

gradle-android-git
Version

Version

0.1.3
Type

Type

jar

Download gradle-android-git 0.1.3


<!-- https://jarcasting.com/artifacts/com.github.ksoichiro/gradle-android-git/ -->
<dependency>
    <groupId>com.github.ksoichiro</groupId>
    <artifactId>gradle-android-git</artifactId>
    <version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ksoichiro/gradle-android-git/
implementation 'com.github.ksoichiro:gradle-android-git:0.1.3'
// https://jarcasting.com/artifacts/com.github.ksoichiro/gradle-android-git/
implementation ("com.github.ksoichiro:gradle-android-git:0.1.3")
'com.github.ksoichiro:gradle-android-git:jar:0.1.3'
<dependency org="com.github.ksoichiro" name="gradle-android-git" rev="0.1.3">
  <artifact name="gradle-android-git" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ksoichiro', module='gradle-android-git', version='0.1.3')
)
libraryDependencies += "com.github.ksoichiro" % "gradle-android-git" % "0.1.3"
[com.github.ksoichiro/gradle-android-git "0.1.3"]