Categories |
CategoriesSpring Boot Container Microservices Git Development Tools Version Controls Auto Application Layer Libs Code Generators config Configuration |
---|---|
GroupId | GroupIdcn.huangxulin |
ArtifactId | ArtifactIdgit-hook-spring-boot-autoconfigure |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.huangxulin/git-hook-spring-boot-autoconfigure/ -->
<dependency>
<groupId>cn.huangxulin</groupId>
<artifactId>git-hook-spring-boot-autoconfigure</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.huangxulin/git-hook-spring-boot-autoconfigure/
implementation 'cn.huangxulin:git-hook-spring-boot-autoconfigure:1.0.0'
// https://jarcasting.com/artifacts/cn.huangxulin/git-hook-spring-boot-autoconfigure/
implementation ("cn.huangxulin:git-hook-spring-boot-autoconfigure:1.0.0")
'cn.huangxulin:git-hook-spring-boot-autoconfigure:jar:1.0.0'
<dependency org="cn.huangxulin" name="git-hook-spring-boot-autoconfigure" rev="1.0.0">
<artifact name="git-hook-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.huangxulin', module='git-hook-spring-boot-autoconfigure', version='1.0.0')
)
libraryDependencies += "cn.huangxulin" % "git-hook-spring-boot-autoconfigure" % "1.0.0"
[cn.huangxulin/git-hook-spring-boot-autoconfigure "1.0.0"]