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

io.protostuff:protostuff-parser 1.4.0

parser for .proto files

Группа

Группа

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

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

protostuff-parser
Версия

Версия

1.4.0
Тип

Тип

jar

Скачать protostuff-parser 1.4.0


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