MVN

org.jetbrains.scala : scala-compiler-indices-protocol_2.12

Maven & Gradle

Apr 12, 2023
1 usages
2 stars

scala-compiler-indices-protocol · scala-compiler-indices-protocol

<dependency>
    <groupId>org.jetbrains.scala</groupId>
    <artifactId>scala-compiler-indices-protocol_2.12</artifactId>
    <version>1.0.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jetbrains.scala : scala-compiler-indices-protocol_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.14

All Versions

Choose a version of org.jetbrains.scala : scala-compiler-indices-protocol_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
scala-compiler-indices-protocol_2.12-1.0.14
scala-compiler-indices-protocol_2.12-1.0.13
scala-compiler-indices-protocol_2.12-1.0.12
scala-compiler-indices-protocol_2.12-1.0.10
scala-compiler-indices-protocol_2.12-1.0.8
scala-compiler-indices-protocol_2.12-1.0.6
scala-compiler-indices-protocol_2.12-1.0.5
scala-compiler-indices-protocol_2.12-1.0.4
scala-compiler-indices-protocol_2.12-1.0.3
scala-compiler-indices-protocol_2.12-1.0.2.1
scala-compiler-indices-protocol_2.12-1.0.2

How to add a dependency to Maven

Add the following org.jetbrains.scala : scala-compiler-indices-protocol_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jetbrains.scala</groupId>
    <artifactId>scala-compiler-indices-protocol_2.12</artifactId>
    <version>1.0.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jetbrains.scala : scala-compiler-indices-protocol_2.12 gradle dependency to your build.gradle file:

implementation 'org.jetbrains.scala:scala-compiler-indices-protocol_2.12:1.0.14'

Gradle Kotlin DSL: Add the following org.jetbrains.scala : scala-compiler-indices-protocol_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jetbrains.scala:scala-compiler-indices-protocol_2.12:1.0.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jetbrains.scala : scala-compiler-indices-protocol_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jetbrains.scala" % "scala-compiler-indices-protocol_2.12" % "1.0.14"