g

git-code-format-maven-plugin-parent

A maven plugin that automatically deploys code formatters as pre-commit git hook
https://github.com/Cosium/git-code-format-maven-plugin
MIT License
Cosium
Réda Housni Alaoui
Files download
File Operation
git-code-format-maven-plugin-parent-5.3.pom download
Apache Maven
<dependency>
  <groupId>com.cosium.code</groupId>
  <artifactId>git-code-format-maven-plugin-parent</artifactId>
  <version>5.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.cosium.code:git-code-format-maven-plugin-parent:5.3'
Gradle Kotlin
implementation("com.cosium.code:git-code-format-maven-plugin-parent:5.3")
Scala SBT
libraryDependencies += "com.cosium.code" % "git-code-format-maven-plugin-parent" % "5.3"
Groovy Grape
@Grapes(
  @Grab(group='com.cosium.code', module='git-code-format-maven-plugin-parent', version='5.3')
)
Apache Ivy
<dependency org="com.cosium.code" name="git-code-format-maven-plugin-parent" rev="5.3" />
Leiningen
[com.cosium.code/git-code-format-maven-plugin-parent "5.3"]
Apache Buildr
'com.cosium.code:git-code-format-maven-plugin-parent:jar:5.3'
Dependencies
The project has no third-party dependencies