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

io.protostuff:protostuff 1.3.1

Java serialization library, proto compiler, code generator, protobuf utilities, gwt overlays, android DTOs

Группа

Группа

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

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

protostuff
Версия

Версия

1.3.1
Тип

Тип

pom

Скачать protostuff 1.3.1

Имя Файла Размер
protostuff-1.3.1.pom 13 KB
Обзор

<!-- https://jarcasting.com/artifacts/io.protostuff/protostuff/ -->
<dependency>
    <groupId>io.protostuff</groupId>
    <artifactId>protostuff</artifactId>
    <version>1.3.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.protostuff/protostuff/
implementation 'io.protostuff:protostuff:1.3.1'
// https://jarcasting.com/artifacts/io.protostuff/protostuff/
implementation ("io.protostuff:protostuff:1.3.1")
'io.protostuff:protostuff:pom:1.3.1'
<dependency org="io.protostuff" name="protostuff" rev="1.3.1">
  <artifact name="protostuff" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.protostuff', module='protostuff', version='1.3.1')
)
libraryDependencies += "io.protostuff" % "protostuff" % "1.3.1"
[io.protostuff/protostuff "1.3.1"]