g

git-code-format-maven-plugin

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