MVN

com.thesamet.scalapb : scalapb-runtime_2.11

Maven & Gradle

Jun 20, 2020
78 usages
1.2k stars

scalapb-runtime · scalapb-runtime

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

Latest Version

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

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

How to add a dependency to Maven

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

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

implementation 'com.thesamet.scalapb:scalapb-runtime_2.11:0.9.8'

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

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

How to add a dependency to SBT Scala

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

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

Advertisement