git

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

License

License

Categories

Categories

Git Development Tools Version Controls
GroupId

GroupId

com.github.xiaoyuge5201
ArtifactId

ArtifactId

git
Last Version

Last Version

1.4
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download git

How to add to project

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

Dependencies

compile (10)

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
org.projectlombok : lombok jar RELEASE

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.

Versions

Version
1.4
1.3
1.2
1.1
1.0