MVN

com.thesamet.scalapb : protoc-bridge_2.12

Maven & Gradle

Oct 25, 2022
8 usages
18 stars

protoc-bridge · protoc-bridge

<dependency>
    <groupId>com.thesamet.scalapb</groupId>
    <artifactId>protoc-bridge_2.12</artifactId>
    <version>0.9.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.9.6
  • Latest Release Candidate: 0.9.0-RC11

All Versions

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

Version Vulnerabilities Updated
0.9.x
protoc-bridge_2.12-0.9.6
protoc-bridge_2.12-0.9.5
protoc-bridge_2.12-0.9.4
protoc-bridge_2.12-0.9.3
protoc-bridge_2.12-0.9.2
protoc-bridge_2.12-0.9.1
protoc-bridge_2.12-0.9.0
protoc-bridge_2.12-0.9.0-RC11
protoc-bridge_2.12-0.9.0-RC10
protoc-bridge_2.12-0.9.0-RC9
protoc-bridge_2.12-0.9.0-RC8
protoc-bridge_2.12-0.9.0-RC7
protoc-bridge_2.12-0.9.0-RC6
protoc-bridge_2.12-0.9.0-RC5
protoc-bridge_2.12-0.9.0-RC4
protoc-bridge_2.12-0.9.0-RC3
protoc-bridge_2.12-0.9.0-RC2
protoc-bridge_2.12-0.9.0-RC1
0.8.x
protoc-bridge_2.12-0.8.4
protoc-bridge_2.12-0.8.3
protoc-bridge_2.12-0.8.2
protoc-bridge_2.12-0.8.1
protoc-bridge_2.12-0.8.0
0.7.x
protoc-bridge_2.12-0.7.14
protoc-bridge_2.12-0.7.13
protoc-bridge_2.12-0.7.12
protoc-bridge_2.12-0.7.11
protoc-bridge_2.12-0.7.10
protoc-bridge_2.12-0.7.9
protoc-bridge_2.12-0.7.8
protoc-bridge_2.12-0.7.7
protoc-bridge_2.12-0.7.6
protoc-bridge_2.12-0.7.5
protoc-bridge_2.12-0.7.4
protoc-bridge_2.12-0.7.3
protoc-bridge_2.12-0.7.2
protoc-bridge_2.12-0.7.1
protoc-bridge_2.12-0.7.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.thesamet.scalapb</groupId>
    <artifactId>protoc-bridge_2.12</artifactId>
    <version>0.9.6</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.thesamet.scalapb:protoc-bridge_2.12:0.9.6'

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

implementation("com.thesamet.scalapb:protoc-bridge_2.12:0.9.6")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.thesamet.scalapb" % "protoc-bridge_2.12" % "0.9.6"