p

protostuff-parser

parser for .proto files
Files download
File Operation
protostuff-parser-1.6.1.jar download
protostuff-parser-1.6.1.pom download
protostuff-parser-1.6.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.protostuff</groupId>
  <artifactId>protostuff-parser</artifactId>
  <version>1.6.1</version>
</dependency>
Gradle Groovy
implementation 'io.protostuff:protostuff-parser:1.6.1'
Gradle Kotlin
implementation("io.protostuff:protostuff-parser:1.6.1")
Scala SBT
libraryDependencies += "io.protostuff" % "protostuff-parser" % "1.6.1"
Groovy Grape
@Grapes(
  @Grab(group='io.protostuff', module='protostuff-parser', version='1.6.1')
)
Apache Ivy
<dependency org="io.protostuff" name="protostuff-parser" rev="1.6.1" />
Leiningen
[io.protostuff/protostuff-parser "1.6.1"]
Apache Buildr
'io.protostuff:protostuff-parser:jar:1.6.1'