| Группа | Группаio.protostuff |
|---|---|
| Идентификатор | Идентификаторprotostuff-uberjar |
| Версия | Версия1.4.4 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| protostuff-uberjar-1.4.4.pom | |
| protostuff-uberjar-1.4.4.jar | 578 KB |
| protostuff-uberjar-1.4.4-tests.jar | 2 KB |
| protostuff-uberjar-1.4.4-sources.jar | 813 bytes |
| protostuff-uberjar-1.4.4-javadoc.jar | 34 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.protostuff/protostuff-uberjar/ -->
<dependency>
<groupId>io.protostuff</groupId>
<artifactId>protostuff-uberjar</artifactId>
<version>1.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.protostuff/protostuff-uberjar/
implementation 'io.protostuff:protostuff-uberjar:1.4.4'
// https://jarcasting.com/artifacts/io.protostuff/protostuff-uberjar/
implementation ("io.protostuff:protostuff-uberjar:1.4.4")
'io.protostuff:protostuff-uberjar:jar:1.4.4'
<dependency org="io.protostuff" name="protostuff-uberjar" rev="1.4.4">
<artifact name="protostuff-uberjar" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.protostuff', module='protostuff-uberjar', version='1.4.4')
)
libraryDependencies += "io.protostuff" % "protostuff-uberjar" % "1.4.4"
[io.protostuff/protostuff-uberjar "1.4.4"]