MVN

ch.epfl.scala : scalafix-reflect_2.11.12

Maven & Gradle

Oct 10, 2022
2 usages
806 stars

reflect · reflect

<dependency>
    <groupId>ch.epfl.scala</groupId>
    <artifactId>scalafix-reflect_2.11.12</artifactId>
    <version>0.10.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.epfl.scala : scalafix-reflect_2.11.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.10.4
  • Latest Release Candidate: 0.10.0-RC1

All Versions

Choose a version of ch.epfl.scala : scalafix-reflect_2.11.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
scalafix-reflect_2.11.12-2.3.0-RC1
0.10.x
scalafix-reflect_2.11.12-0.10.4
scalafix-reflect_2.11.12-0.10.3
scalafix-reflect_2.11.12-0.10.2
scalafix-reflect_2.11.12-0.10.1
scalafix-reflect_2.11.12-0.10.0
scalafix-reflect_2.11.12-0.10.0-RC1
0.9.x
scalafix-reflect_2.11.12-0.9.34
scalafix-reflect_2.11.12-0.9.33
scalafix-reflect_2.11.12-0.9.32
scalafix-reflect_2.11.12-0.9.31
scalafix-reflect_2.11.12-0.9.30
scalafix-reflect_2.11.12-0.9.29
scalafix-reflect_2.11.12-0.9.28
scalafix-reflect_2.11.12-0.9.27
scalafix-reflect_2.11.12-0.9.26
scalafix-reflect_2.11.12-0.9.25
scalafix-reflect_2.11.12-0.9.24
scalafix-reflect_2.11.12-0.9.23
scalafix-reflect_2.11.12-0.9.22
scalafix-reflect_2.11.12-0.9.21
scalafix-reflect_2.11.12-0.9.20
scalafix-reflect_2.11.12-0.9.19
scalafix-reflect_2.11.12-0.9.18
scalafix-reflect_2.11.12-0.9.17
scalafix-reflect_2.11.12-0.9.16
scalafix-reflect_2.11.12-0.9.15
scalafix-reflect_2.11.12-0.9.14
scalafix-reflect_2.11.12-0.9.13
scalafix-reflect_2.11.12-0.9.12
scalafix-reflect_2.11.12-0.9.11
scalafix-reflect_2.11.12-0.9.10
scalafix-reflect_2.11.12-0.9.9
scalafix-reflect_2.11.12-0.9.8
scalafix-reflect_2.11.12-0.9.7
scalafix-reflect_2.11.12-0.9.6
scalafix-reflect_2.11.12-0.9.5
scalafix-reflect_2.11.12-0.9.4
scalafix-reflect_2.11.12-0.9.3
scalafix-reflect_2.11.12-0.9.2
scalafix-reflect_2.11.12-0.9.1
scalafix-reflect_2.11.12-0.9.0
scalafix-reflect_2.11.12-0.9.0-RC1
0.8.x
scalafix-reflect_2.11.12-0.8.0-RC1
scalafix-reflect_2.11.12-0.8.0-M21
0.7.x
scalafix-reflect_2.11.12-0.7.0-RC1
0.6.x
scalafix-reflect_2.11.12-0.6.0-RC1
scalafix-reflect_2.11.12-0.6.0-M20
scalafix-reflect_2.11.12-0.6.0-M19
scalafix-reflect_2.11.12-0.6.0-M18
scalafix-reflect_2.11.12-0.6.0-M17
scalafix-reflect_2.11.12-0.6.0-M16
scalafix-reflect_2.11.12-0.6.0-M15
scalafix-reflect_2.11.12-0.6.0-M14
scalafix-reflect_2.11.12-0.6.0-M12
scalafix-reflect_2.11.12-0.6.0-M11
scalafix-reflect_2.11.12-0.6.0-M10
scalafix-reflect_2.11.12-0.6.0-M9
scalafix-reflect_2.11.12-0.6.0-M8
scalafix-reflect_2.11.12-0.6.0-M7
scalafix-reflect_2.11.12-0.6.0-M6
scalafix-reflect_2.11.12-0.6.0-M5
scalafix-reflect_2.11.12-0.6.0-M4
scalafix-reflect_2.11.12-0.6.0-M3
scalafix-reflect_2.11.12-0.6.0-M2
scalafix-reflect_2.11.12-0.6.0-M1
0.5.x
scalafix-reflect_2.11.12-0.5.10
scalafix-reflect_2.11.12-0.5.9
scalafix-reflect_2.11.12-0.5.8

How to add a dependency to Maven

Add the following ch.epfl.scala : scalafix-reflect_2.11.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ch.epfl.scala</groupId>
    <artifactId>scalafix-reflect_2.11.12</artifactId>
    <version>0.10.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ch.epfl.scala : scalafix-reflect_2.11.12 gradle dependency to your build.gradle file:

implementation 'ch.epfl.scala:scalafix-reflect_2.11.12:0.10.4'

Gradle Kotlin DSL: Add the following ch.epfl.scala : scalafix-reflect_2.11.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("ch.epfl.scala:scalafix-reflect_2.11.12:0.10.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following ch.epfl.scala : scalafix-reflect_2.11.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "ch.epfl.scala" % "scalafix-reflect_2.11.12" % "0.10.4"

Advertisement