MVN

com.google.protobuf : protobuf-lite

Maven & Gradle

Jul 29, 2016
46 usages
52k stars

Protocol Buffers [Lite] · A trimmed-down version of the Protocol Buffers library.

<dependency>
    <groupId>com.google.protobuf</groupId>
    <artifactId>protobuf-lite</artifactId>
    <version>3.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.protobuf : protobuf-lite to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.1

All Versions

Choose a version of com.google.protobuf : protobuf-lite to add to Maven or Gradle - All Versions:

  • Version Updated
  • protobuf-lite-3.0.1

    Jul 28, 2016
  • protobuf-lite-3.0.0

    Jul 28, 2016

How to add a dependency to Maven

Add the following com.google.protobuf : protobuf-lite maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.google.protobuf</groupId>
    <artifactId>protobuf-lite</artifactId>
    <version>3.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.google.protobuf : protobuf-lite gradle dependency to your build.gradle file:

implementation 'com.google.protobuf:protobuf-lite:3.0.1'

Gradle Kotlin DSL: Add the following com.google.protobuf : protobuf-lite gradle kotlin dependency to your build.gradle.kts file:

implementation("com.google.protobuf:protobuf-lite:3.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.google.protobuf : protobuf-lite sbt scala dependency to your build.sbt file:

libraryDependencies += "com.google.protobuf" % "protobuf-lite" % "3.0.1"

Advertisement

Dependencies from Group

Mar 10, 2023
4.3k usages
52k stars
Mar 10, 2023
858 usages
52k stars
Mar 10, 2023
185 usages
52k stars
Mar 10, 2023
64 usages
Mar 10, 2023
51 usages
52k stars

Discover Dependencies

Feb 04, 2012
38 usages
Mar 16, 2023
24 usages
1.2k stars
Nov 18, 2019
14 usages
0 stars
Mar 08, 2015
19 usages
286 stars
Oct 14, 2019
141 usages
443 stars
Apr 23, 2014
100 usages
12 stars
Apr 26, 2018
12 usages
463 stars
Feb 09, 2023
37 usages
92 stars
Oct 27, 2015
5 usages
image

Maven Repository

Search Maven dependencies with Maven Repository Chrome Extension

Add to Chrome