MVN

com.coveo : fmt-maven-plugin

Maven & Gradle

Nov 26, 2021
286 stars

Maven Plugin that formats a project's Java Code following google-java-format

<dependency>
    <groupId>com.coveo</groupId>
    <artifactId>fmt-maven-plugin</artifactId>
    <version>2.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.coveo : fmt-maven-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.13

All Versions

Choose a version of com.coveo : fmt-maven-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.13
fmt-maven-plugin-2.13
2.12
fmt-maven-plugin-2.12
2.11
fmt-maven-plugin-2.11
2.10
fmt-maven-plugin-2.10
2.9.x
fmt-maven-plugin-2.9.1
2.9
fmt-maven-plugin-2.9
2.8
fmt-maven-plugin-2.8
2.7
fmt-maven-plugin-2.7
2.6.x
fmt-maven-plugin-2.6.0
2.5.x
fmt-maven-plugin-2.5.1
fmt-maven-plugin-2.5.0
2.4.x
fmt-maven-plugin-2.4.0
2.3.x
fmt-maven-plugin-2.3.0
2.2.x
fmt-maven-plugin-2.2.0
2.1.x
fmt-maven-plugin-2.1.0
2.0.x
fmt-maven-plugin-2.0.0
1.9.x
fmt-maven-plugin-1.9.0
1.8.x
fmt-maven-plugin-1.8.0
1.7.x
fmt-maven-plugin-1.7.0
1.6.x
fmt-maven-plugin-1.6.0
1.5.x
fmt-maven-plugin-1.5.0
1.4.x
fmt-maven-plugin-1.4.0
1.3.x
fmt-maven-plugin-1.3.0
1.2.x
fmt-maven-plugin-1.2.0
1.1.x
fmt-maven-plugin-1.1.0
1.0
fmt-maven-plugin-1.0
1.0.x
fmt-maven-plugin-1.0.0

How to add a dependency to Maven

Add the following com.coveo : fmt-maven-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.coveo</groupId>
    <artifactId>fmt-maven-plugin</artifactId>
    <version>2.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.coveo : fmt-maven-plugin gradle dependency to your build.gradle file:

implementation 'com.coveo:fmt-maven-plugin:2.13'

Gradle Kotlin DSL: Add the following com.coveo : fmt-maven-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.coveo:fmt-maven-plugin:2.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.coveo : fmt-maven-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.coveo" % "fmt-maven-plugin" % "2.13"

Advertisement