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