g

git-hooks-spring-boot-starter

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