MVN

org.scalameta : scalafmt-cli_2.11

Maven & Gradle

Apr 15, 2021
1.4k stars

cli · cli

<dependency>
    <groupId>org.scalameta</groupId>
    <artifactId>scalafmt-cli_2.11</artifactId>
    <version>2.7.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.scalameta : scalafmt-cli_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.7.5
  • Latest Release Candidate: 3.0.0-RC1

All Versions

Choose a version of org.scalameta : scalafmt-cli_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
scalafmt-cli_2.11-3.0.0-RC1
2.7.x
scalafmt-cli_2.11-2.7.5
scalafmt-cli_2.11-2.7.4
scalafmt-cli_2.11-2.7.3
scalafmt-cli_2.11-2.7.2
scalafmt-cli_2.11-2.7.1
scalafmt-cli_2.11-2.7.0
2.6.x
scalafmt-cli_2.11-2.6.4
scalafmt-cli_2.11-2.6.3
scalafmt-cli_2.11-2.6.2
scalafmt-cli_2.11-2.6.1
scalafmt-cli_2.11-2.6.0
2.5.x
scalafmt-cli_2.11-2.5.3
scalafmt-cli_2.11-2.5.2
scalafmt-cli_2.11-2.5.1
scalafmt-cli_2.11-2.5.0
scalafmt-cli_2.11-2.5.0-RC3
scalafmt-cli_2.11-2.5.0-RC2
scalafmt-cli_2.11-2.5.0-RC1
2.4.x
scalafmt-cli_2.11-2.4.2
scalafmt-cli_2.11-2.4.1
scalafmt-cli_2.11-2.4.0
scalafmt-cli_2.11-2.4.0-RC2
scalafmt-cli_2.11-2.4.0-RC1
2.3.x
scalafmt-cli_2.11-2.3.3-RC2
scalafmt-cli_2.11-2.3.3-RC1
scalafmt-cli_2.11-2.3.2
scalafmt-cli_2.11-2.3.1
scalafmt-cli_2.11-2.3.0
scalafmt-cli_2.11-2.3.0-RC2
scalafmt-cli_2.11-2.3.0-RC1
2.2.x
scalafmt-cli_2.11-2.2.2
scalafmt-cli_2.11-2.2.1
scalafmt-cli_2.11-2.2.0
scalafmt-cli_2.11-2.2.0-RC1
2.1.x
scalafmt-cli_2.11-2.1.1
scalafmt-cli_2.11-2.1.0
scalafmt-cli_2.11-2.1.0-RC2
scalafmt-cli_2.11-2.1.0-RC1
2.0.x
scalafmt-cli_2.11-2.0.1
scalafmt-cli_2.11-2.0.0
scalafmt-cli_2.11-2.0.0-RC8
scalafmt-cli_2.11-2.0.0-RC7
scalafmt-cli_2.11-2.0.0-RC6
scalafmt-cli_2.11-2.0.0-RC5
scalafmt-cli_2.11-2.0.0-RC4
scalafmt-cli_2.11-2.0.0-RC3
scalafmt-cli_2.11-2.0.0-RC2

How to add a dependency to Maven

Add the following org.scalameta : scalafmt-cli_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.scalameta</groupId>
    <artifactId>scalafmt-cli_2.11</artifactId>
    <version>2.7.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.scalameta : scalafmt-cli_2.11 gradle dependency to your build.gradle file:

implementation 'org.scalameta:scalafmt-cli_2.11:2.7.5'

Gradle Kotlin DSL: Add the following org.scalameta : scalafmt-cli_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.scalameta:scalafmt-cli_2.11:2.7.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.scalameta : scalafmt-cli_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.scalameta" % "scalafmt-cli_2.11" % "2.7.5"

Advertisement