Categories |
CategoriesGradle Build Tools Git Development Tools Version Controls |
---|---|
GroupId | GroupIdcom.github.ksoichiro |
ArtifactId | ArtifactIdgradle-android-git |
Version | Version0.1.3 |
Type | Typejar |
Filename | Size |
---|---|
gradle-android-git-0.1.3.pom | |
gradle-android-git-0.1.3.jar | 33 KB |
gradle-android-git-0.1.3-sources.jar | 3 KB |
gradle-android-git-0.1.3-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.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"]