| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.protostuff |
| Идентификатор | Идентификаторprotostuff-core |
| Последняя версия | Последняя версия1.8.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеprotostuff :: core
protobuf serialization for mutable messages
|
| Имя Файла | Размер |
|---|---|
| protostuff-core-1.8.0.pom | |
| protostuff-core-1.8.0.jar | 63 KB |
| protostuff-core-1.8.0-tests.jar | 127 KB |
| protostuff-core-1.8.0-sources.jar | 50 KB |
| protostuff-core-1.8.0-javadoc.jar | 137 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.protostuff/protostuff-core/ -->
<dependency>
<groupId>io.protostuff</groupId>
<artifactId>protostuff-core</artifactId>
<version>1.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.protostuff/protostuff-core/
implementation 'io.protostuff:protostuff-core:1.8.0'
// https://jarcasting.com/artifacts/io.protostuff/protostuff-core/
implementation ("io.protostuff:protostuff-core:1.8.0")
'io.protostuff:protostuff-core:jar:1.8.0'
<dependency org="io.protostuff" name="protostuff-core" rev="1.8.0">
<artifact name="protostuff-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.protostuff', module='protostuff-core', version='1.8.0')
)
libraryDependencies += "io.protostuff" % "protostuff-core" % "1.8.0"
[io.protostuff/protostuff-core "1.8.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.protostuff : protostuff-api | jar | 1.8.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.1 |