is not current version
Last Version 1.4

com.github.xiaoyuge5201:git 1.3

git常用操作命令,包括创建仓库、pull、push、commit等。

Categories

Categories

Git Development Tools Version Controls
GroupId

GroupId

com.github.xiaoyuge5201
ArtifactId

ArtifactId

git
Version

Version

1.3
Type

Type

jar

Download git 1.3


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