Categories |
CategoriesSpring Boot Container Microservices Git Development Tools Version Controls |
---|---|
GroupId | GroupIdcom.ichifun |
ArtifactId | ArtifactIdspring-boot-starter-git |
Version | Version1.1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.ichifun/spring-boot-starter-git/ -->
<dependency>
<groupId>com.ichifun</groupId>
<artifactId>spring-boot-starter-git</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ichifun/spring-boot-starter-git/
implementation 'com.ichifun:spring-boot-starter-git:1.1.1'
// https://jarcasting.com/artifacts/com.ichifun/spring-boot-starter-git/
implementation ("com.ichifun:spring-boot-starter-git:1.1.1")
'com.ichifun:spring-boot-starter-git:jar:1.1.1'
<dependency org="com.ichifun" name="spring-boot-starter-git" rev="1.1.1">
<artifact name="spring-boot-starter-git" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ichifun', module='spring-boot-starter-git', version='1.1.1')
)
libraryDependencies += "com.ichifun" % "spring-boot-starter-git" % "1.1.1"
[com.ichifun/spring-boot-starter-git "1.1.1"]