p

protostuff-parser

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