MVN

com.geirsson : scalafmt-core_sjs0.6_2.11

Maven & Gradle

Jan 07, 2019
1.4k stars

core · core

<dependency>
    <groupId>com.geirsson</groupId>
    <artifactId>scalafmt-core_sjs0.6_2.11</artifactId>
    <version>1.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.geirsson : scalafmt-core_sjs0.6_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.1
  • Latest Release Candidate: 2.0.0-RC1

All Versions

Choose a version of com.geirsson : scalafmt-core_sjs0.6_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
scalafmt-core_sjs0.6_2.11-2.0.0-RC1
1.6.x
scalafmt-core_sjs0.6_2.11-1.6.0-RC4
scalafmt-core_sjs0.6_2.11-1.6.0-RC3
scalafmt-core_sjs0.6_2.11-1.6.0-RC2
scalafmt-core_sjs0.6_2.11-1.6.0-RC1
1.5.x
scalafmt-core_sjs0.6_2.11-1.5.1
scalafmt-core_sjs0.6_2.11-1.5.0
1.4.x
scalafmt-core_sjs0.6_2.11-1.4.0
1.3.x
scalafmt-core_sjs0.6_2.11-1.3.0
1.2.x
scalafmt-core_sjs0.6_2.11-1.2.0
1.1.x
scalafmt-core_sjs0.6_2.11-1.1.0
1.0.x
scalafmt-core_sjs0.6_2.11-1.0.0
scalafmt-core_sjs0.6_2.11-1.0.0-RC4
scalafmt-core_sjs0.6_2.11-1.0.0-RC3
scalafmt-core_sjs0.6_2.11-1.0.0-RC2
scalafmt-core_sjs0.6_2.11-1.0.0-RC1
0.7.x
scalafmt-core_sjs0.6_2.11-0.7.0-RC1

How to add a dependency to Maven

Add the following com.geirsson : scalafmt-core_sjs0.6_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.geirsson</groupId>
    <artifactId>scalafmt-core_sjs0.6_2.11</artifactId>
    <version>1.5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.geirsson : scalafmt-core_sjs0.6_2.11 gradle dependency to your build.gradle file:

implementation 'com.geirsson:scalafmt-core_sjs0.6_2.11:1.5.1'

Gradle Kotlin DSL: Add the following com.geirsson : scalafmt-core_sjs0.6_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.geirsson:scalafmt-core_sjs0.6_2.11:1.5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.geirsson : scalafmt-core_sjs0.6_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.geirsson" % "scalafmt-core_sjs0.6_2.11" % "1.5.1"

Advertisement