MVN

com.github.tashoyan : scalariform-maven-plugin

Maven & Gradle

Jul 27, 2019
1 stars

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

<plugin>
    <groupId>com.github.tashoyan</groupId>
    <artifactId>scalariform-maven-plugin</artifactId>
    <version>0.2.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.2.3

All Versions

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

Version Vulnerabilities Updated
0.2.x
scalariform-maven-plugin-0.2.3
scalariform-maven-plugin-0.2.2
scalariform-maven-plugin-0.2.1
scalariform-maven-plugin-0.2.0

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.tashoyan</groupId>
    <artifactId>scalariform-maven-plugin</artifactId>
    <version>0.2.3</version>
</plugin>