MVN

com.lucidchart : scalafmt-impl_2.12

Maven & Gradle

Jan 18, 2019
149 stars

scalafmt-impl · Implementation for scalafmt-api

<dependency>
    <groupId>com.lucidchart</groupId>
    <artifactId>scalafmt-impl_2.12</artifactId>
    <version>1.16-1.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.lucidchart : scalafmt-impl_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.16-1.5

All Versions

Choose a version of com.lucidchart : scalafmt-impl_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.16
scalafmt-impl_2.12-1.16-1.5
scalafmt-impl_2.12-1.16-2.0
1.15
scalafmt-impl_2.12-1.15-1.0
1.14
scalafmt-impl_2.12-1.14-1.0
1.13
scalafmt-impl_2.12-1.13-1.0
1.12
scalafmt-impl_2.12-1.12-1.0
1.11
scalafmt-impl_2.12-1.11-1.0
1.10
scalafmt-impl_2.12-1.10-1.0
1.9
scalafmt-impl_2.12-1.9-1.0
1.8
scalafmt-impl_2.12-1.8-1.0
1.7
scalafmt-impl_2.12-1.7-1.0
1.6
scalafmt-impl_2.12-1.6-1.0
1.5
scalafmt-impl_2.12-1.5-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.lucidchart</groupId>
    <artifactId>scalafmt-impl_2.12</artifactId>
    <version>1.16-1.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.lucidchart : scalafmt-impl_2.12 gradle dependency to your build.gradle file:

implementation 'com.lucidchart:scalafmt-impl_2.12:1.16-1.5'

Gradle Kotlin DSL: Add the following com.lucidchart : scalafmt-impl_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.lucidchart:scalafmt-impl_2.12:1.16-1.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.lucidchart : scalafmt-impl_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.lucidchart" % "scalafmt-impl_2.12" % "1.16-1.5"

Advertisement