MVN

org.scalameta : metac_2.12.6

Maven & Gradle

Feb 02, 2019

metac · Scalac 2.x launcher that generates SemanticDB on compile

<dependency>
    <groupId>org.scalameta</groupId>
    <artifactId>metac_2.12.6</artifactId>
    <version>4.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.1.4
  • Latest Release Candidate: 4.0.0-RC1

All Versions

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

  • Version Updated
  • metac_2.12.6-4.1.4

    Feb 02, 2019
  • metac_2.12.6-4.1.3

    Feb 01, 2019
  • metac_2.12.6-4.1.2

    Jan 30, 2019
  • metac_2.12.6-4.0.0

    Sep 18, 2018
  • metac_2.12.6-4.0.0-RC1

    Sep 12, 2018
  • metac_2.12.6-4.0.0-M11

    Aug 28, 2018
  • metac_2.12.6-4.0.0-M10

    Aug 23, 2018
  • metac_2.12.6-4.0.0-M9

    Aug 21, 2018
  • metac_2.12.6-4.0.0-M8

    Aug 08, 2018
  • metac_2.12.6-4.0.0-M7

    Jul 24, 2018
  • metac_2.12.6-4.0.0-M6

    Jul 17, 2018
  • metac_2.12.6-4.0.0-M4

    Jun 21, 2018
  • metac_2.12.6-4.0.0-M3

    Jun 12, 2018
  • metac_2.12.6-4.0.0-M2

    Jun 06, 2018

How to add a dependency to Maven

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

<dependency>
    <groupId>org.scalameta</groupId>
    <artifactId>metac_2.12.6</artifactId>
    <version>4.1.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.scalameta:metac_2.12.6:4.1.4'

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

implementation("org.scalameta:metac_2.12.6:4.1.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.scalameta" % "metac_2.12.6" % "4.1.4"