MVN

com.spotify.fmt : fmt-maven-plugin

Maven & Gradle

May 02, 2023
309 stars

com.spotify.fmt:fmt-maven-plugin · Maven Plugin that formats a project's Java Code following google-java-format

<plugin>
    <groupId>com.spotify.fmt</groupId>
    <artifactId>fmt-maven-plugin</artifactId>
    <version>2.20</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.20

All Versions

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

Version Vulnerabilities Updated
2.20
fmt-maven-plugin-2.20
2.19
fmt-maven-plugin-2.19
2.18
fmt-maven-plugin-2.18
2.17
fmt-maven-plugin-2.17
2.16
fmt-maven-plugin-2.16
2.15
fmt-maven-plugin-2.15
2.14
fmt-maven-plugin-2.14

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.spotify.fmt</groupId>
    <artifactId>fmt-maven-plugin</artifactId>
    <version>2.20</version>
</plugin>

Advertisement