не последняя версия
Последняя версия 1.8.0

io.protostuff:protostuff-core 1.3.6

protobuf serialization for mutable messages

Группа

Группа

io.protostuff
Идентификатор

Идентификатор

protostuff-core
Версия

Версия

1.3.6
Тип

Тип

jar

Скачать protostuff-core 1.3.6


<!-- 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"]