Files download
File Operation
githooks-maven-plugin-1.0.0.jar download
githooks-maven-plugin-1.0.0.pom download
githooks-maven-plugin-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.sfhuskie.plugins</groupId>
  <artifactId>githooks-maven-plugin</artifactId>
  <version>1.0.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.sfhuskie.plugins:githooks-maven-plugin:1.0.0'
Gradle Kotlin
implementation("com.sfhuskie.plugins:githooks-maven-plugin:1.0.0")
Scala SBT
libraryDependencies += "com.sfhuskie.plugins" % "githooks-maven-plugin" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.sfhuskie.plugins', module='githooks-maven-plugin', version='1.0.0')
)
Apache Ivy
<dependency org="com.sfhuskie.plugins" name="githooks-maven-plugin" rev="1.0.0" />
Leiningen
[com.sfhuskie.plugins/githooks-maven-plugin "1.0.0"]
Apache Buildr
'com.sfhuskie.plugins:githooks-maven-plugin:jar:1.0.0'