MVN

com.github.xuwei-k : scalafix-rules_2.13

Maven & Gradle

Jun 04, 2023
43 stars

rules · scalafix rules

<dependency>
    <groupId>com.github.xuwei-k</groupId>
    <artifactId>scalafix-rules_2.13</artifactId>
    <version>0.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.xuwei-k : scalafix-rules_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.0

All Versions

Choose a version of com.github.xuwei-k : scalafix-rules_2.13 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
scalafix-rules_2.13-0.3.0
0.2.x
scalafix-rules_2.13-0.2.19
scalafix-rules_2.13-0.2.18
scalafix-rules_2.13-0.2.17
scalafix-rules_2.13-0.2.16
scalafix-rules_2.13-0.2.15
scalafix-rules_2.13-0.2.14
scalafix-rules_2.13-0.2.13
scalafix-rules_2.13-0.2.12
scalafix-rules_2.13-0.2.11
scalafix-rules_2.13-0.2.10
scalafix-rules_2.13-0.2.9
scalafix-rules_2.13-0.2.8
scalafix-rules_2.13-0.2.7
scalafix-rules_2.13-0.2.6
scalafix-rules_2.13-0.2.5
scalafix-rules_2.13-0.2.4
scalafix-rules_2.13-0.2.3
scalafix-rules_2.13-0.2.2
scalafix-rules_2.13-0.2.1
scalafix-rules_2.13-0.2.0
0.1.x
scalafix-rules_2.13-0.1.5
scalafix-rules_2.13-0.1.4
scalafix-rules_2.13-0.1.3
scalafix-rules_2.13-0.1.2
scalafix-rules_2.13-0.1.1
scalafix-rules_2.13-0.1.0

How to add a dependency to Maven

Add the following com.github.xuwei-k : scalafix-rules_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.xuwei-k</groupId>
    <artifactId>scalafix-rules_2.13</artifactId>
    <version>0.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.xuwei-k : scalafix-rules_2.13 gradle dependency to your build.gradle file:

implementation 'com.github.xuwei-k:scalafix-rules_2.13:0.3.0'

Gradle Kotlin DSL: Add the following com.github.xuwei-k : scalafix-rules_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.xuwei-k:scalafix-rules_2.13:0.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.xuwei-k : scalafix-rules_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.xuwei-k" % "scalafix-rules_2.13" % "0.3.0"

Advertisement