MVN

io.github.evis : scalafix-maven-plugin

Maven & Gradle

Dec 06, 2020
24 stars

scalafix-maven-plugin · scalafix-maven-plugin enables automatic refactoring and linting of Maven projects written in Scala using Scalafix.

<plugin>
    <groupId>io.github.evis</groupId>
    <artifactId>scalafix-maven-plugin</artifactId>
    <version>0.1.4_0.9.23</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.evis : scalafix-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.1.4_0.9.23

All Versions

Choose a version of io.github.evis : scalafix-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
scalafix-maven-plugin-0.1.4_0.9.23
scalafix-maven-plugin-0.1.3_0.9.5
scalafix-maven-plugin-0.1.2_0.9.5
scalafix-maven-plugin-0.1.1_0.9.5
scalafix-maven-plugin-0.1.0_0.9.5

How to add a plugin to Maven

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

<plugin>
    <groupId>io.github.evis</groupId>
    <artifactId>scalafix-maven-plugin</artifactId>
    <version>0.1.4_0.9.23</version>
</plugin>

Advertisement