MVN

com.lucidchart : scalafmt-impl

Maven & Gradle

Jun 16, 2017
16 usages
149 stars

scalafmt-impl · scalafmt-impl

<dependency>
    <groupId>com.lucidchart</groupId>
    <artifactId>scalafmt-impl</artifactId>
    <version>1.3-0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.3-0.7

All Versions

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

Version Vulnerabilities Updated
1.3
scalafmt-impl-1.3-0.7
scalafmt-impl-1.3-0.6
1.2
scalafmt-impl-1.2-0.7
scalafmt-impl-1.2-0.6
1.1
scalafmt-impl-1.1-0.7
scalafmt-impl-1.1-0.6
1.0
scalafmt-impl-1.0-0.7
scalafmt-impl-1.0-0.6
0.4
scalafmt-impl-0.4-0.7
scalafmt-impl-0.4-0.6
0.3
scalafmt-impl-0.3-0.7
scalafmt-impl-0.3-0.6
0.2
scalafmt-impl-0.2-0.7
scalafmt-impl-0.2-0.6
0.1
scalafmt-impl-0.1-0.6
scalafmt-impl-0.1-0.7
0.0
scalafmt-impl-0.0-0.7
scalafmt-impl-0.0-0.6

How to add a dependency to Maven

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

<dependency>
    <groupId>com.lucidchart</groupId>
    <artifactId>scalafmt-impl</artifactId>
    <version>1.3-0.7</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.lucidchart:scalafmt-impl:1.3-0.7'

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

implementation("com.lucidchart:scalafmt-impl:1.3-0.7")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.lucidchart" % "scalafmt-impl" % "1.3-0.7"

Advertisement