MVN

org.scalameta : metals_2.12

Maven & Gradle

Mar 08, 2022
2k stars

metals · metals

<dependency>
    <groupId>org.scalameta</groupId>
    <artifactId>metals_2.12</artifactId>
    <version>0.11.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.scalameta : metals_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.11.2

All Versions

Choose a version of org.scalameta : metals_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.11.x
metals_2.12-0.11.2
metals_2.12-0.11.1
metals_2.12-0.11.0
0.10.x
metals_2.12-0.10.9
metals_2.12-0.10.8
metals_2.12-0.10.7
metals_2.12-0.10.6
metals_2.12-0.10.6-M1
metals_2.12-0.10.5
metals_2.12-0.10.4
metals_2.12-0.10.3
metals_2.12-0.10.2
metals_2.12-0.10.1
metals_2.12-0.10.0
0.9.x
metals_2.12-0.9.10
metals_2.12-0.9.9
metals_2.12-0.9.8
metals_2.12-0.9.7
metals_2.12-0.9.6
metals_2.12-0.9.5
metals_2.12-0.9.4
metals_2.12-0.9.3
metals_2.12-0.9.2
metals_2.12-0.9.1
metals_2.12-0.9.0
0.8.x
metals_2.12-0.8.4
metals_2.12-0.8.3
metals_2.12-0.8.2
metals_2.12-0.8.1
metals_2.12-0.8.0
0.7.x
metals_2.12-0.7.6
metals_2.12-0.7.5
metals_2.12-0.7.2
metals_2.12-0.7.0
0.6.x
metals_2.12-0.6.1
metals_2.12-0.6.0
0.5.x
metals_2.12-0.5.2
metals_2.12-0.5.1
metals_2.12-0.5.0
metals_2.12-0.5.0-M1
0.4.x
metals_2.12-0.4.4
metals_2.12-0.4.3
metals_2.12-0.4.2
metals_2.12-0.4.1
metals_2.12-0.4.0
0.3.x
metals_2.12-0.3.3
metals_2.12-0.3.2
metals_2.12-0.3.1
metals_2.12-0.3.0
0.2.x
metals_2.12-0.2.11
metals_2.12-0.2.5
metals_2.12-0.2.4
metals_2.12-0.2.3
metals_2.12-0.2.2
metals_2.12-0.2.1
metals_2.12-0.2.0
0.1.x
metals_2.12-0.1.0

How to add a dependency to Maven

Add the following org.scalameta : metals_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.scalameta</groupId>
    <artifactId>metals_2.12</artifactId>
    <version>0.11.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.scalameta : metals_2.12 gradle dependency to your build.gradle file:

implementation 'org.scalameta:metals_2.12:0.11.2'

Gradle Kotlin DSL: Add the following org.scalameta : metals_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.scalameta:metals_2.12:0.11.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.scalameta : metals_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.scalameta" % "metals_2.12" % "0.11.2"