MVN

com.twitter : bijection-protobuf_2.10

Maven & Gradle

Sep 14, 2017
657 stars

bijection-protobuf · bijection-protobuf

<dependency>
    <groupId>com.twitter</groupId>
    <artifactId>bijection-protobuf_2.10</artifactId>
    <version>0.9.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.twitter : bijection-protobuf_2.10 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.6

All Versions

Choose a version of com.twitter : bijection-protobuf_2.10 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
bijection-protobuf_2.10-0.9.6
bijection-protobuf_2.10-0.9.5
bijection-protobuf_2.10-0.9.4
bijection-protobuf_2.10-0.9.3
bijection-protobuf_2.10-0.9.2
bijection-protobuf_2.10-0.9.1
bijection-protobuf_2.10-0.9.0
0.8.x
bijection-protobuf_2.10-0.8.1
bijection-protobuf_2.10-0.8.0
0.7.x
bijection-protobuf_2.10-0.7.2
bijection-protobuf_2.10-0.7.1
bijection-protobuf_2.10-0.7.0
0.6.x
bijection-protobuf_2.10-0.6.3
bijection-protobuf_2.10-0.6.2
bijection-protobuf_2.10-0.6.1
bijection-protobuf_2.10-0.6.0
0.5.x
bijection-protobuf_2.10-0.5.4
bijection-protobuf_2.10-0.5.3
bijection-protobuf_2.10-0.5.2
bijection-protobuf_2.10-0.5.1
bijection-protobuf_2.10-0.5.0
0.4.x
bijection-protobuf_2.10-0.4.0
0.3.x
bijection-protobuf_2.10-0.3.0

How to add a dependency to Maven

Add the following com.twitter : bijection-protobuf_2.10 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.twitter</groupId>
    <artifactId>bijection-protobuf_2.10</artifactId>
    <version>0.9.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.twitter : bijection-protobuf_2.10 gradle dependency to your build.gradle file:

implementation 'com.twitter:bijection-protobuf_2.10:0.9.6'

Gradle Kotlin DSL: Add the following com.twitter : bijection-protobuf_2.10 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.twitter:bijection-protobuf_2.10:0.9.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.twitter : bijection-protobuf_2.10 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.twitter" % "bijection-protobuf_2.10" % "0.9.6"

Advertisement