License |
License |
---|---|
Categories |
CategoriesGit Development Tools Version Controls |
GroupId | GroupIdcom.github.xiaoyuge5201 |
ArtifactId | ArtifactIdgit |
Last Version | Last Version1.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongit
git常用操作命令,包括创建仓库、pull、push、commit等。
|
Filename | Size |
---|---|
git-1.4.pom | |
git-1.4.jar | 15 KB |
git-1.4-sources.jar | 11 KB |
git-1.4-javadoc.jar | 54 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api Optional | jar | 4.0.1 |