<dependency>
<groupId>com.github.dreamroute</groupId>
<artifactId>git-hooks-spring-boot-starter</artifactId>
<version>1.0-RELEASE</version>
</dependency>
libraryDependencies += "com.github.dreamroute" % "git-hooks-spring-boot-starter" % "1.0-RELEASE"
@Grapes(
@Grab(group='com.github.dreamroute', module='git-hooks-spring-boot-starter', version='1.0-RELEASE')
)
<dependency org="com.github.dreamroute" name="git-hooks-spring-boot-starter" rev="1.0-RELEASE" />