MVN

org.typelevel : scala-dist

Maven & Gradle

Oct 31, 2017
14.2k stars

Scala Distribution Artifacts · The Artifacts Distributed with Scala

<dependency>
    <groupId>org.typelevel</groupId>
    <artifactId>scala-dist</artifactId>
    <version>2.12.4-bin-typelevel-4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.typelevel : scala-dist to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.12.4-bin-typelevel-4
  • Latest Release Candidate: 2.12.0-RC2

All Versions

Choose a version of org.typelevel : scala-dist to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.13.x
scala-dist-2.13.0-M2-bin-typelevel-4
2.12.x
scala-dist-2.12.4-bin-typelevel-4
scala-dist-2.12.3-bin-typelevel-4
scala-dist-2.12.2-bin-typelevel-4
scala-dist-2.12.1
scala-dist-2.12.0
scala-dist-2.12.0-RC2
2.11.x
scala-dist-2.11.11-bin-typelevel-4
scala-dist-2.11.8
scala-dist-2.11.7

How to add a dependency to Maven

Add the following org.typelevel : scala-dist maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.typelevel</groupId>
    <artifactId>scala-dist</artifactId>
    <version>2.12.4-bin-typelevel-4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.typelevel : scala-dist gradle dependency to your build.gradle file:

implementation 'org.typelevel:scala-dist:2.12.4-bin-typelevel-4'

Gradle Kotlin DSL: Add the following org.typelevel : scala-dist gradle kotlin dependency to your build.gradle.kts file:

implementation("org.typelevel:scala-dist:2.12.4-bin-typelevel-4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.typelevel : scala-dist sbt scala dependency to your build.sbt file:

libraryDependencies += "org.typelevel" % "scala-dist" % "2.12.4-bin-typelevel-4"

Advertisement