MVN

com.thesamet.scalapb : scalapbc_2.10

Maven & Gradle

Mar 10, 2019
1.2k stars

scalapbc · scalapbc

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

Latest Version

Choose a version of com.thesamet.scalapb : scalapbc_2.10 to add to Maven or Gradle - Latest Versions:

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

All Versions

Choose a version of com.thesamet.scalapb : scalapbc_2.10 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
scalapbc_2.10-0.9.0-RC1
0.8.x
scalapbc_2.10-0.8.4
scalapbc_2.10-0.8.3
scalapbc_2.10-0.8.2
scalapbc_2.10-0.8.1
scalapbc_2.10-0.8.0
scalapbc_2.10-0.8.0-RC2
scalapbc_2.10-0.8.0-RC1
0.7.x
scalapbc_2.10-0.7.4
scalapbc_2.10-0.7.3
scalapbc_2.10-0.7.2
scalapbc_2.10-0.7.1
scalapbc_2.10-0.7.0
scalapbc_2.10-0.7.0-rc7
scalapbc_2.10-0.7.0-rc6
scalapbc_2.10-0.7.0-rc5
scalapbc_2.10-0.7.0-rc4
scalapbc_2.10-0.7.0-rc3
scalapbc_2.10-0.7.0-rc2
scalapbc_2.10-0.7.0-rc1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.thesamet.scalapb</groupId>
    <artifactId>scalapbc_2.10</artifactId>
    <version>0.8.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.thesamet.scalapb : scalapbc_2.10 gradle dependency to your build.gradle file:

implementation 'com.thesamet.scalapb:scalapbc_2.10:0.8.4'

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

implementation("com.thesamet.scalapb:scalapbc_2.10:0.8.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.thesamet.scalapb" % "scalapbc_2.10" % "0.8.4"

Advertisement