MVN

com.thesamet.scalapb : scalapb-runtime_sjs1_2.12

Maven & Gradle

Feb 07, 2023
8 usages
1.2k stars

scalapb-runtime · scalapb-runtime

<dependency>
    <groupId>com.thesamet.scalapb</groupId>
    <artifactId>scalapb-runtime_sjs1_2.12</artifactId>
    <version>0.11.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.11.13

All Versions

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

Version Vulnerabilities Updated
0.11.x
scalapb-runtime_sjs1_2.12-0.11.13
scalapb-runtime_sjs1_2.12-0.11.12-tmp
scalapb-runtime_sjs1_2.12-0.11.12
scalapb-runtime_sjs1_2.12-0.11.11
scalapb-runtime_sjs1_2.12-0.11.10
scalapb-runtime_sjs1_2.12-0.11.9
scalapb-runtime_sjs1_2.12-0.11.8
scalapb-runtime_sjs1_2.12-0.11.7
scalapb-runtime_sjs1_2.12-0.11.6
scalapb-runtime_sjs1_2.12-0.11.5
scalapb-runtime_sjs1_2.12-0.11.4
scalapb-runtime_sjs1_2.12-0.11.3
scalapb-runtime_sjs1_2.12-0.11.2
scalapb-runtime_sjs1_2.12-0.11.1
scalapb-runtime_sjs1_2.12-0.11.0
scalapb-runtime_sjs1_2.12-0.11.0-M7
scalapb-runtime_sjs1_2.12-0.11.0-M6
scalapb-runtime_sjs1_2.12-0.11.0-M5
scalapb-runtime_sjs1_2.12-0.11.0-M4
scalapb-runtime_sjs1_2.12-0.11.0-M3
scalapb-runtime_sjs1_2.12-0.11.0-M2
scalapb-runtime_sjs1_2.12-0.11.0-M1.test1
scalapb-runtime_sjs1_2.12-0.11.0-M1
0.10.x
scalapb-runtime_sjs1_2.12-0.10.11
scalapb-runtime_sjs1_2.12-0.10.10
scalapb-runtime_sjs1_2.12-0.10.10-preview14
scalapb-runtime_sjs1_2.12-0.10.10-preview12
scalapb-runtime_sjs1_2.12-0.10.10-preview11
scalapb-runtime_sjs1_2.12-0.10.10-preview10
scalapb-runtime_sjs1_2.12-0.10.10-preview9
scalapb-runtime_sjs1_2.12-0.10.10-preview8
scalapb-runtime_sjs1_2.12-0.10.10-preview7
scalapb-runtime_sjs1_2.12-0.10.10-preview6
scalapb-runtime_sjs1_2.12-0.10.10-preview5
scalapb-runtime_sjs1_2.12-0.10.10-preview4
scalapb-runtime_sjs1_2.12-0.10.10-preview3
scalapb-runtime_sjs1_2.12-0.10.10-preview2
scalapb-runtime_sjs1_2.12-0.10.10-preview1
scalapb-runtime_sjs1_2.12-0.10.9
scalapb-runtime_sjs1_2.12-0.10.8
scalapb-runtime_sjs1_2.12-0.10.7
scalapb-runtime_sjs1_2.12-0.10.6
scalapb-runtime_sjs1_2.12-0.10.5
scalapb-runtime_sjs1_2.12-0.10.4.tmp9
scalapb-runtime_sjs1_2.12-0.10.4.tmp8
scalapb-runtime_sjs1_2.12-0.10.4
scalapb-runtime_sjs1_2.12-0.10.3
scalapb-runtime_sjs1_2.12-0.10.2
scalapb-runtime_sjs1_2.12-0.10.1
scalapb-runtime_sjs1_2.12-0.10.0
scalapb-runtime_sjs1_2.12-0.10.0-M7
scalapb-runtime_sjs1_2.12-0.10.0-M6
scalapb-runtime_sjs1_2.12-0.10.0-M5

How to add a dependency to Maven

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

<dependency>
    <groupId>com.thesamet.scalapb</groupId>
    <artifactId>scalapb-runtime_sjs1_2.12</artifactId>
    <version>0.11.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.thesamet.scalapb : scalapb-runtime_sjs1_2.12 gradle dependency to your build.gradle file:

implementation 'com.thesamet.scalapb:scalapb-runtime_sjs1_2.12:0.11.13'

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

implementation("com.thesamet.scalapb:scalapb-runtime_sjs1_2.12:0.11.13")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.thesamet.scalapb" % "scalapb-runtime_sjs1_2.12" % "0.11.13"