is not current version
Last Version 1.4

git 1.2

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

License

License

Categories

Categories

Git Development Tools Version Controls
GroupId

GroupId

com.github.xiaoyuge5201
ArtifactId

ArtifactId

git
Version

Version

1.2
Type

Type

jar
Description

Description

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

Download git 1.2


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

Dependencies

compile (9)

Group / Artifact Type Version
org.springframework.boot : spring-boot-autoconfigure Optional jar 2.0.4.RELEASE
org.springframework.boot : spring-boot-starter Optional jar 2.0.4.RELEASE
org.springframework.boot : spring-boot-configuration-processor Optional jar 2.0.4.RELEASE
org.apache.commons : commons-lang3 Optional jar 3.4
com.google.guava : guava Optional jar 21.0
org.eclipse.jgit : org.eclipse.jgit jar 4.11.0.201803080745-r
org.eclipse.jgit : org.eclipse.jgit.archive jar 4.11.0.201803080745-r
com.jcraft : jsch jar 0.1.54
com.github.xiaoyuge5201 : utils-spring-boot-starter Optional jar 1.3.5

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api Optional jar 4.0.1

Project Modules

There are no modules declared in this project.