is not current version
Last Version 1.4

com.github.xiaoyuge5201:git 1.1

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

Categories

Categories

Git Development Tools Version Controls
GroupId

GroupId

com.github.xiaoyuge5201
ArtifactId

ArtifactId

git
Version

Version

1.1
Type

Type

jar

Download git 1.1


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