MVN

com.devsmobile : mvn-scalafmt

Maven & Gradle

Aug 12, 2016
2 stars

Scala FMT Maven Plugin (Not official) · Wrapper for official ScalaFMT formatter to use in Maven

<plugin>
    <groupId>com.devsmobile</groupId>
    <artifactId>mvn-scalafmt</artifactId>
    <version>0.2.11</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.devsmobile : mvn-scalafmt to add to Maven - Latest Versions:

  • Latest Stable: 0.2.11

All Versions

Choose a version of com.devsmobile : mvn-scalafmt to add to Maven - All Versions:

Version Vulnerabilities Updated
0.2.x
mvn-scalafmt-0.2.11

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.devsmobile</groupId>
    <artifactId>mvn-scalafmt</artifactId>
    <version>0.2.11</version>
</plugin>

Advertisement