MVN

org.scalatest : autofix_2.11

Maven & Gradle

Sep 05, 2020
11 stars

rules · rules

<dependency>
    <groupId>org.scalatest</groupId>
    <artifactId>autofix_2.11</artifactId>
    <version>3.1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.scalatest : autofix_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.0.1
  • Latest Release Candidate: 3.1.0.0-RC3

All Versions

Choose a version of org.scalatest : autofix_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
autofix_2.11-3.1.0.1
autofix_2.11-3.1.0.0
autofix_2.11-3.1.0.0-RC3
autofix_2.11-3.1.0.0-RC2
autofix_2.11-3.1.0-M1
3.0.x
autofix_2.11-3.0.8-1
autofix_2.11-3.0.8-0

How to add a dependency to Maven

Add the following org.scalatest : autofix_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.scalatest</groupId>
    <artifactId>autofix_2.11</artifactId>
    <version>3.1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.scalatest : autofix_2.11 gradle dependency to your build.gradle file:

implementation 'org.scalatest:autofix_2.11:3.1.0.1'

Gradle Kotlin DSL: Add the following org.scalatest : autofix_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.scalatest:autofix_2.11:3.1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.scalatest : autofix_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.scalatest" % "autofix_2.11" % "3.1.0.1"

Advertisement

Dependencies from Group

May 10, 2023
8.3k usages
1.1k stars
May 10, 2023
7.9k usages
1.1k stars
May 10, 2023
4.6k usages
1.1k stars
May 10, 2023
3.3k usages
1.1k stars
May 10, 2023
997 usages
1.1k stars

Discover Dependencies