p

protobuf-javalite-shaded-3-11-1

Lite version of Protocol Buffers library. This version is optimized for code size, but does not guarantee API/ABI stability.
Files download
File Operation
protobuf-javalite-shaded-3-11-1-0.9.jar download
protobuf-javalite-shaded-3-11-1-0.9.pom download
protobuf-javalite-shaded-3-11-1-0.9-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.os72</groupId>
  <artifactId>protobuf-javalite-shaded-3-11-1</artifactId>
  <version>0.9</version>
</dependency>
Gradle Groovy
implementation 'com.github.os72:protobuf-javalite-shaded-3-11-1:0.9'
Gradle Kotlin
implementation("com.github.os72:protobuf-javalite-shaded-3-11-1:0.9")
Scala SBT
libraryDependencies += "com.github.os72" % "protobuf-javalite-shaded-3-11-1" % "0.9"
Groovy Grape
@Grapes(
  @Grab(group='com.github.os72', module='protobuf-javalite-shaded-3-11-1', version='0.9')
)
Apache Ivy
<dependency org="com.github.os72" name="protobuf-javalite-shaded-3-11-1" rev="0.9" />
Leiningen
[com.github.os72/protobuf-javalite-shaded-3-11-1 "0.9"]
Apache Buildr
'com.github.os72:protobuf-javalite-shaded-3-11-1:jar:0.9'