MVN

com.goyeau : mill-scalafix_2.12

Maven & Gradle

Jun 16, 2020
29 stars

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

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

Latest Version

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

  • Latest Stable: c71a533

All Versions

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

Version Vulnerabilities Updated
7e87736
mill-scalafix_2.12-7e87736
0.1.x
mill-scalafix_2.12-0.1.2
mill-scalafix_2.12-0.1.1-4-529beb1
mill-scalafix_2.12-0.1.1-3-46917dc
mill-scalafix_2.12-0.1.1-2-b1f8b10
mill-scalafix_2.12-0.1.1-1-fabc27d
mill-scalafix_2.12-0.1.1
mill-scalafix_2.12-0.1.0
mill-scalafix_2.12-0.1.0-1-74be415
c71a533
mill-scalafix_2.12-c71a533
72d5ca0
mill-scalafix_2.12-72d5ca0
8c0e7c8
mill-scalafix_2.12-8c0e7c8
8515ae6
mill-scalafix_2.12-8515ae6
8974b57
mill-scalafix_2.12-8974b57
bf3e2eb
mill-scalafix_2.12-bf3e2eb
d12bd7c
mill-scalafix_2.12-d12bd7c
f3074d3
mill-scalafix_2.12-f3074d3

How to add a dependency to Maven

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

<dependency>
    <groupId>com.goyeau</groupId>
    <artifactId>mill-scalafix_2.12</artifactId>
    <version>c71a533</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.goyeau:mill-scalafix_2.12:c71a533'

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

implementation("com.goyeau:mill-scalafix_2.12:c71a533")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.goyeau" % "mill-scalafix_2.12" % "c71a533"

Advertisement