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