f

fmt-maven-plugin

Maven Plugin that formats a project's Java Code following google-java-format
http://github.com/coveooss/fmt-maven-plugin
MIT License
Pierre-Alexandre St-Jean Guillaume Simard Martin Laporte Andy Emond
Files download
File Operation
fmt-maven-plugin-2.13.jar download
fmt-maven-plugin-2.13.pom download
fmt-maven-plugin-2.13-sources.jar download
Apache Maven
<dependency>
  <groupId>com.coveo</groupId>
  <artifactId>fmt-maven-plugin</artifactId>
  <version>2.13</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.coveo:fmt-maven-plugin:2.13'
Gradle Kotlin
implementation("com.coveo:fmt-maven-plugin:2.13")
Scala SBT
libraryDependencies += "com.coveo" % "fmt-maven-plugin" % "2.13"
Groovy Grape
@Grapes(
  @Grab(group='com.coveo', module='fmt-maven-plugin', version='2.13')
)
Apache Ivy
<dependency org="com.coveo" name="fmt-maven-plugin" rev="2.13" />
Leiningen
[com.coveo/fmt-maven-plugin "2.13"]
Apache Buildr
'com.coveo:fmt-maven-plugin:jar:2.13'