p

protobuf-java-shaded-250

Protocol Buffers are a way of encoding structured data in an efficient yet extensible format.
https://github.com/os72/protobuf-java-shaded-250
New BSD license
Oliver Suciu
Files download
File Operation
protobuf-java-shaded-250-0.9.jar download
protobuf-java-shaded-250-0.9.pom download
protobuf-java-shaded-250-0.9-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.os72</groupId>
  <artifactId>protobuf-java-shaded-250</artifactId>
  <version>0.9</version>
</dependency>
Gradle Groovy
implementation 'com.github.os72:protobuf-java-shaded-250:0.9'
Gradle Kotlin
implementation("com.github.os72:protobuf-java-shaded-250:0.9")
Scala SBT
libraryDependencies += "com.github.os72" % "protobuf-java-shaded-250" % "0.9"
Groovy Grape
@Grapes(
  @Grab(group='com.github.os72', module='protobuf-java-shaded-250', version='0.9')
)
Apache Ivy
<dependency org="com.github.os72" name="protobuf-java-shaded-250" rev="0.9" />
Leiningen
[com.github.os72/protobuf-java-shaded-250 "0.9"]
Apache Buildr
'com.github.os72:protobuf-java-shaded-250:jar:0.9'