MVN

com.thesamet.scalapb : scalapbc_2.11

Maven & Gradle

Jun 20, 2020
2 usages
1.2k stars

scalapbc · scalapbc

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

Latest Version

Choose a version of com.thesamet.scalapb : scalapbc_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 : scalapbc_2.11 to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

<dependency>
    <groupId>com.thesamet.scalapb</groupId>
    <artifactId>scalapbc_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 : scalapbc_2.11 gradle dependency to your build.gradle file:

implementation 'com.thesamet.scalapb:scalapbc_2.11:0.9.8'

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

implementation("com.thesamet.scalapb:scalapbc_2.11:0.9.8")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.thesamet.scalapb" % "scalapbc_2.11" % "0.9.8"

Advertisement