| Категории |
КатегорииСеть CLI Взаимодействие с пользователем Protobuf Данные Data Structures |
|---|---|
| Группа | Группаnet.wicp.tams |
| Идентификатор | Идентификаторduckula-client-protobuf3 |
| Версия | Версия1.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| duckula-client-protobuf3-1.1.pom | |
| duckula-client-protobuf3-1.1.jar | 37 KB |
| duckula-client-protobuf3-1.1-sources.jar | 15 KB |
| duckula-client-protobuf3-1.1-javadoc.jar | 85 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.wicp.tams/duckula-client-protobuf3/ -->
<dependency>
<groupId>net.wicp.tams</groupId>
<artifactId>duckula-client-protobuf3</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.wicp.tams/duckula-client-protobuf3/
implementation 'net.wicp.tams:duckula-client-protobuf3:1.1'
// https://jarcasting.com/artifacts/net.wicp.tams/duckula-client-protobuf3/
implementation ("net.wicp.tams:duckula-client-protobuf3:1.1")
'net.wicp.tams:duckula-client-protobuf3:jar:1.1'
<dependency org="net.wicp.tams" name="duckula-client-protobuf3" rev="1.1">
<artifact name="duckula-client-protobuf3" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.wicp.tams', module='duckula-client-protobuf3', version='1.1')
)
libraryDependencies += "net.wicp.tams" % "duckula-client-protobuf3" % "1.1"
[net.wicp.tams/duckula-client-protobuf3 "1.1"]