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