p

protostuff-parser

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