is not current version
Last Version 3.1.40

io.protostuff:protostuff-parser 1.6.1

parser for .proto files

GroupId

GroupId

io.protostuff
ArtifactId

ArtifactId

protostuff-parser
Version

Version

1.6.1
Type

Type

jar

Download protostuff-parser 1.6.1


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