MVN

com.goyeau : mill-scalafix_2.13

Maven & Gradle

Dec 18, 2021
2 usages
29 stars

mill-scalafix_2.13 · A Scalafix plugin for Mill build tool

<dependency>
    <groupId>com.goyeau</groupId>
    <artifactId>mill-scalafix_2.13</artifactId>
    <version>0.2.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.goyeau : mill-scalafix_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.6

All Versions

Choose a version of com.goyeau : mill-scalafix_2.13 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7e87736
mill-scalafix_2.13-7e87736
9433263
mill-scalafix_2.13-9433263
0.2.x
mill-scalafix_2.13-0.2.6
mill-scalafix_2.13-0.2.5
mill-scalafix_2.13-0.2.4
mill-scalafix_2.13-0.2.3
mill-scalafix_2.13-0.2.2
mill-scalafix_2.13-0.2.1
mill-scalafix_2.13-0.2.0
0.1.x
mill-scalafix_2.13-0.1.5
mill-scalafix_2.13-0.1.4
mill-scalafix_2.13-0.1.3
mill-scalafix_2.13-0.1.2
mill-scalafix_2.13-0.1.1-4-529beb1
mill-scalafix_2.13-0.1.1-3-46917dc
mill-scalafix_2.13-0.1.1-2-b1f8b10
mill-scalafix_2.13-0.1.1-1-fabc27d
mill-scalafix_2.13-0.1.1
mill-scalafix_2.13-0.1.0
mill-scalafix_2.13-0.1.0-1-74be415
847034c
mill-scalafix_2.13-847034c
f13d64b
mill-scalafix_2.13-f13d64b
82510f7
mill-scalafix_2.13-82510f7
7f63d31
mill-scalafix_2.13-7f63d31
1ae0cf3
mill-scalafix_2.13-1ae0cf3
1e5023d
mill-scalafix_2.13-1e5023d
88ec358
mill-scalafix_2.13-88ec358
a4f61a0
mill-scalafix_2.13-a4f61a0
66668b3
mill-scalafix_2.13-66668b3
a7cb931
mill-scalafix_2.13-a7cb931
d06a578
mill-scalafix_2.13-d06a578
516a01f
mill-scalafix_2.13-516a01f
5a7afce
mill-scalafix_2.13-5a7afce
eec2d54
mill-scalafix_2.13-eec2d54
afa42cd
mill-scalafix_2.13-afa42cd
c71a533
mill-scalafix_2.13-c71a533
72d5ca0
mill-scalafix_2.13-72d5ca0
8c0e7c8
mill-scalafix_2.13-8c0e7c8
8515ae6
mill-scalafix_2.13-8515ae6
8974b57
mill-scalafix_2.13-8974b57

How to add a dependency to Maven

Add the following com.goyeau : mill-scalafix_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.goyeau</groupId>
    <artifactId>mill-scalafix_2.13</artifactId>
    <version>0.2.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.goyeau : mill-scalafix_2.13 gradle dependency to your build.gradle file:

implementation 'com.goyeau:mill-scalafix_2.13:0.2.6'

Gradle Kotlin DSL: Add the following com.goyeau : mill-scalafix_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.goyeau:mill-scalafix_2.13:0.2.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.goyeau : mill-scalafix_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.goyeau" % "mill-scalafix_2.13" % "0.2.6"

Advertisement