MVN

io.github.evis : scalafix-maven-plugin_2.12

Maven & Gradle

Jun 27, 2023
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_2.12</artifactId>
    <version>0.1.8_0.11.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.1.8_0.11.0

All Versions

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

Version Vulnerabilities Updated
0.1.x
scalafix-maven-plugin_2.12-0.1.8_0.11.0
scalafix-maven-plugin_2.12-0.1.8_0.10.4
scalafix-maven-plugin_2.12-0.1.7_0.10.4
scalafix-maven-plugin_2.12-0.1.7_0.10.3
scalafix-maven-plugin_2.12-0.1.7_0.10.2
scalafix-maven-plugin_2.12-0.1.7_0.10.1
scalafix-maven-plugin_2.12-0.1.7_0.10.0
scalafix-maven-plugin_2.12-0.1.6_0.10.0
scalafix-maven-plugin_2.12-0.1.6_0.9.34
scalafix-maven-plugin_2.12-0.1.5_0.9.33
scalafix-maven-plugin_2.12-0.1.4_0.9.33
scalafix-maven-plugin_2.12-0.1.4_0.9.31
scalafix-maven-plugin_2.12-0.1.4_0.9.23

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_2.12</artifactId>
    <version>0.1.8_0.11.0</version>
</plugin>