License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Git Development Tools Version Controls |
GroupId | GroupIdcom.ichifun |
ArtifactId | ArtifactIdspring-boot-starter-git |
Version | Version1.1.2 |
Type | Typejar |
Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
Project URL |
Project URL |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.1.3.RELEASE |