MVN

org.scala-lang.modules : sbt-scala-module_2.12_1.0

Maven & Gradle

Jul 11, 2023
14 stars

sbt-scala-module · sbt-scala-module

<dependency>
    <groupId>org.scala-lang.modules</groupId>
    <artifactId>sbt-scala-module_2.12_1.0</artifactId>
    <version>3.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.scala-lang.modules : sbt-scala-module_2.12_1.0 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.0
  • Latest Release Candidate: 3.0.0-RC3

All Versions

Choose a version of org.scala-lang.modules : sbt-scala-module_2.12_1.0 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
sbt-scala-module_2.12_1.0-3.1.0
3.0.x
sbt-scala-module_2.12_1.0-3.0.1
sbt-scala-module_2.12_1.0-3.0.0
sbt-scala-module_2.12_1.0-3.0.0-RC3
2.4.x
sbt-scala-module_2.12_1.0-2.4.0
2.3.x
sbt-scala-module_2.12_1.0-2.3.1
sbt-scala-module_2.12_1.0-2.3.0
2.2.x
sbt-scala-module_2.12_1.0-2.2.4

How to add a dependency to Maven

Add the following org.scala-lang.modules : sbt-scala-module_2.12_1.0 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.scala-lang.modules</groupId>
    <artifactId>sbt-scala-module_2.12_1.0</artifactId>
    <version>3.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.scala-lang.modules : sbt-scala-module_2.12_1.0 gradle dependency to your build.gradle file:

implementation 'org.scala-lang.modules:sbt-scala-module_2.12_1.0:3.1.0'

Gradle Kotlin DSL: Add the following org.scala-lang.modules : sbt-scala-module_2.12_1.0 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.scala-lang.modules:sbt-scala-module_2.12_1.0:3.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.scala-lang.modules : sbt-scala-module_2.12_1.0 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.scala-lang.modules" % "sbt-scala-module_2.12_1.0" % "3.1.0"

Advertisement