MVN

org.scalariform : scalariform-maven-plugin

Maven & Gradle

Apr 24, 2013
6 stars

Maven Scalariform Plugin · Maven plugin to run Scalariform, a Scala code formatter

<plugin>
    <groupId>org.scalariform</groupId>
    <artifactId>scalariform-maven-plugin</artifactId>
    <version>0.1.4</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.scalariform : scalariform-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.1.4

All Versions

Choose a version of org.scalariform : scalariform-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
scalariform-maven-plugin-0.1.4
scalariform-maven-plugin-0.1.3
scalariform-maven-plugin-0.1.2
scalariform-maven-plugin-0.1.1
scalariform-maven-plugin-0.1.0
0.0.x
scalariform-maven-plugin-0.0.9
scalariform-maven-plugin-0.0.8

How to add a plugin to Maven

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

<plugin>
    <groupId>org.scalariform</groupId>
    <artifactId>scalariform-maven-plugin</artifactId>
    <version>0.1.4</version>
</plugin>

Advertisement