MVN

com.baidu : jprotobuf-android

Maven & Gradle

May 31, 2022
817 stars

Jprotobuf · A very useful utility library for java programmer using google protobuf.

<dependency>
    <groupId>com.baidu</groupId>
    <artifactId>jprotobuf-android</artifactId>
    <version>1.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.baidu : jprotobuf-android to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.3

All Versions

Choose a version of com.baidu : jprotobuf-android to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
jprotobuf-android-1.1.3
jprotobuf-android-1.1.2
jprotobuf-android-1.1.1
jprotobuf-android-1.1.0
1.0.x
jprotobuf-android-1.0.1
jprotobuf-android-1.0.0

How to add a dependency to Maven

Add the following com.baidu : jprotobuf-android maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.baidu</groupId>
    <artifactId>jprotobuf-android</artifactId>
    <version>1.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.baidu : jprotobuf-android gradle dependency to your build.gradle file:

implementation 'com.baidu:jprotobuf-android:1.1.3'

Gradle Kotlin DSL: Add the following com.baidu : jprotobuf-android gradle kotlin dependency to your build.gradle.kts file:

implementation("com.baidu:jprotobuf-android:1.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.baidu : jprotobuf-android sbt scala dependency to your build.sbt file:

libraryDependencies += "com.baidu" % "jprotobuf-android" % "1.1.3"

Advertisement