Last Version

com.ichifun:spring-boot-starter-git 1.1.2

Parent pom providing dependency and plugin management for applications built with Maven

License

License

Categories

Categories

Spring Boot Container Microservices Git Development Tools Version Controls
GroupId

GroupId

com.ichifun
ArtifactId

ArtifactId

spring-boot-starter-git
Version

Version

1.1.2
Type

Type

jar
Description

Description

Parent pom providing dependency and plugin management for applications built with Maven
Project URL

Project URL

https://projects.spring.io/spring-boot/#/spring-boot-starter-parent/spring-boot-starter-git

Download spring-boot-starter-git 1.1.2


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

Dependencies

compile (8)

Group / Artifact Type Version
org.springframework.boot : spring-boot-autoconfigure jar 2.1.3.RELEASE
org.eclipse.jgit : org.eclipse.jgit jar 5.3.0.201903130848-r
org.eclipse.jgit : org.eclipse.jgit.archive jar 5.3.0.201903130848-r
commons-io : commons-io jar 2.6
org.gitlab : java-gitlab-api jar 4.1.0
com.alibaba : fastjson jar 1.2.57
javax.validation : validation-api jar 2.0.1.Final
org.projectlombok : lombok jar 1.18.6

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.1.3.RELEASE

Project Modules

There are no modules declared in this project.