p

proto

Protocol Buffers are a way of encoding structured data in an efficient yet extensible format.
https://appmetrica.yandex.com/
MIT License
AppMetrica
Files download
File Operation
proto-0.7.0.pom download
proto-0.7.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.yandex.varioqub</groupId>
  <artifactId>proto</artifactId>
  <version>0.7.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.yandex.varioqub:proto:0.7.0'
Gradle Kotlin
implementation("com.yandex.varioqub:proto:0.7.0")
Scala SBT
libraryDependencies += "com.yandex.varioqub" % "proto" % "0.7.0"
Groovy Grape
@Grapes(
  @Grab(group='com.yandex.varioqub', module='proto', version='0.7.0')
)
Apache Ivy
<dependency org="com.yandex.varioqub" name="proto" rev="0.7.0" />
Leiningen
[com.yandex.varioqub/proto "0.7.0"]
Apache Buildr
'com.yandex.varioqub:proto:jar:0.7.0'