p

proto

Protocol Buffers are a way of encoding structured data in an efficient yet extensible format.
http://appmetrica.yandex.com/
Yandex AppMetrica SDK License Agreement
Yandex
文件下载
文件名 操作
proto-0.2.0.pom 下载
proto-0.2.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.yandex.varioqub</groupId>
  <artifactId>proto</artifactId>
  <version>0.2.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.yandex.varioqub:proto:0.2.0'
Gradle Kotlin
implementation("com.yandex.varioqub:proto:0.2.0")
Scala SBT
libraryDependencies += "com.yandex.varioqub" % "proto" % "0.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.yandex.varioqub', module='proto', version='0.2.0')
)
Apache Ivy
<dependency org="com.yandex.varioqub" name="proto" rev="0.2.0" />
Leiningen
[com.yandex.varioqub/proto "0.2.0"]
Apache Buildr
'com.yandex.varioqub:proto:jar:0.2.0'