is not current version
Last Version 1.4

com.github.xiaoyuge5201:git 1.0

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

Categories

Categories

Git Development Tools Version Controls
GroupId

GroupId

com.github.xiaoyuge5201
ArtifactId

ArtifactId

git
Version

Version

1.0
Type

Type

jar

Download git 1.0


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