g

git-hooks-spring-boot-starter

git-hooks
https://github.com/Dreamroute/git-hooks
MIT
w.dehai
文件下载
文件名 操作
git-hooks-spring-boot-starter-1.1-RELEASE.jar 下载
git-hooks-spring-boot-starter-1.1-RELEASE.pom 下载
git-hooks-spring-boot-starter-1.1-RELEASE-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.dreamroute</groupId>
  <artifactId>git-hooks-spring-boot-starter</artifactId>
  <version>1.1-RELEASE</version>
</dependency>
Gradle Groovy
implementation 'com.github.dreamroute:git-hooks-spring-boot-starter:1.1-RELEASE'
Gradle Kotlin
implementation("com.github.dreamroute:git-hooks-spring-boot-starter:1.1-RELEASE")
Scala SBT
libraryDependencies += "com.github.dreamroute" % "git-hooks-spring-boot-starter" % "1.1-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.github.dreamroute', module='git-hooks-spring-boot-starter', version='1.1-RELEASE')
)
Apache Ivy
<dependency org="com.github.dreamroute" name="git-hooks-spring-boot-starter" rev="1.1-RELEASE" />
Leiningen
[com.github.dreamroute/git-hooks-spring-boot-starter "1.1-RELEASE"]
Apache Buildr
'com.github.dreamroute:git-hooks-spring-boot-starter:jar:1.1-RELEASE'