MVN

com.thesamet.scalapb : compilerplugin-shaded_2.11

Maven & Gradle

Jun 20, 2020
1.2k stars

compilerplugin-shaded · compilerplugin-shaded

<dependency>
    <groupId>com.thesamet.scalapb</groupId>
    <artifactId>compilerplugin-shaded_2.11</artifactId>
    <version>0.9.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.thesamet.scalapb : compilerplugin-shaded_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.8
  • Latest Release Candidate: 0.9.0-RC1

All Versions

Choose a version of com.thesamet.scalapb : compilerplugin-shaded_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.10.x
compilerplugin-shaded_2.11-0.10.0-M4
compilerplugin-shaded_2.11-0.10.0-M3
compilerplugin-shaded_2.11-0.10.0-M2
compilerplugin-shaded_2.11-0.10.0-M1
0.9.x
compilerplugin-shaded_2.11-0.9.8
compilerplugin-shaded_2.11-0.9.7
compilerplugin-shaded_2.11-0.9.6
compilerplugin-shaded_2.11-0.9.5
compilerplugin-shaded_2.11-0.9.4
compilerplugin-shaded_2.11-0.9.3
compilerplugin-shaded_2.11-0.9.2
compilerplugin-shaded_2.11-0.9.1
compilerplugin-shaded_2.11-0.9.0
compilerplugin-shaded_2.11-0.9.0-M7
compilerplugin-shaded_2.11-0.9.0-M6
compilerplugin-shaded_2.11-0.9.0-M5
compilerplugin-shaded_2.11-0.9.0-M4
compilerplugin-shaded_2.11-0.9.0-M3
compilerplugin-shaded_2.11-0.9.0-M2
compilerplugin-shaded_2.11-0.9.0-M1
compilerplugin-shaded_2.11-0.9.0-RC1
0.8.x
compilerplugin-shaded_2.11-0.8.4
compilerplugin-shaded_2.11-0.8.3
compilerplugin-shaded_2.11-0.8.2
compilerplugin-shaded_2.11-0.8.1
compilerplugin-shaded_2.11-0.8.0
compilerplugin-shaded_2.11-0.8.0-RC2
compilerplugin-shaded_2.11-0.8.0-RC1
0.7.x
compilerplugin-shaded_2.11-0.7.4
compilerplugin-shaded_2.11-0.7.3
compilerplugin-shaded_2.11-0.7.2
compilerplugin-shaded_2.11-0.7.1
compilerplugin-shaded_2.11-0.7.0
compilerplugin-shaded_2.11-0.7.0-rc7
compilerplugin-shaded_2.11-0.7.0-rc6
compilerplugin-shaded_2.11-0.7.0-rc5
compilerplugin-shaded_2.11-0.7.0-rc4
compilerplugin-shaded_2.11-0.7.0-rc3
compilerplugin-shaded_2.11-0.7.0-rc2
compilerplugin-shaded_2.11-0.7.0-rc1

How to add a dependency to Maven

Add the following com.thesamet.scalapb : compilerplugin-shaded_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.thesamet.scalapb</groupId>
    <artifactId>compilerplugin-shaded_2.11</artifactId>
    <version>0.9.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.thesamet.scalapb : compilerplugin-shaded_2.11 gradle dependency to your build.gradle file:

implementation 'com.thesamet.scalapb:compilerplugin-shaded_2.11:0.9.8'

Gradle Kotlin DSL: Add the following com.thesamet.scalapb : compilerplugin-shaded_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.thesamet.scalapb:compilerplugin-shaded_2.11:0.9.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.thesamet.scalapb : compilerplugin-shaded_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.thesamet.scalapb" % "compilerplugin-shaded_2.11" % "0.9.8"

Advertisement