| Категории |
КатегорииProtobuf Данные Data Structures |
|---|---|
| Группа | Группаcom.tencent.tars |
| Идентификатор | Идентификаторtars-protobuf |
| Версия | Версия1.7.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| tars-protobuf-1.7.0.pom | |
| tars-protobuf-1.7.0.jar | 4 KB |
| tars-protobuf-1.7.0-sources.jar | 4 KB |
| tars-protobuf-1.7.0-javadoc.jar | 31 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.tencent.tars/tars-protobuf/ -->
<dependency>
<groupId>com.tencent.tars</groupId>
<artifactId>tars-protobuf</artifactId>
<version>1.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.tars/tars-protobuf/
implementation 'com.tencent.tars:tars-protobuf:1.7.0'
// https://jarcasting.com/artifacts/com.tencent.tars/tars-protobuf/
implementation ("com.tencent.tars:tars-protobuf:1.7.0")
'com.tencent.tars:tars-protobuf:jar:1.7.0'
<dependency org="com.tencent.tars" name="tars-protobuf" rev="1.7.0">
<artifact name="tars-protobuf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.tars', module='tars-protobuf', version='1.7.0')
)
libraryDependencies += "com.tencent.tars" % "tars-protobuf" % "1.7.0"
[com.tencent.tars/tars-protobuf "1.7.0"]