MVN

com.github.leeyazhou.formatter : formatter-maven-plugin

Maven & Gradle

May 27, 2024
288 stars

formatter-maven-plugin · Maven plugin for formatting source code

<plugin>
    <groupId>com.github.leeyazhou.formatter</groupId>
    <artifactId>formatter-maven-plugin</artifactId>
    <version>2.16.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.leeyazhou.formatter : formatter-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 2.16.1

All Versions

Choose a version of com.github.leeyazhou.formatter : formatter-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
2.16.x
formatter-maven-plugin-2.16.1

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.github.leeyazhou.formatter</groupId>
    <artifactId>formatter-maven-plugin</artifactId>
    <version>2.16.1</version>
</plugin>

Advertisement