p

protostuff-parser

文件下载
文件名 操作
protostuff-parser-2.0.0-alpha32.jar 下载
protostuff-parser-2.0.0-alpha32.pom 下载
protostuff-parser-2.0.0-alpha32-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.protostuff</groupId>
  <artifactId>protostuff-parser</artifactId>
  <version>2.0.0-alpha32</version>
</dependency>
Gradle Groovy
implementation 'io.protostuff:protostuff-parser:2.0.0-alpha32'
Gradle Kotlin
implementation("io.protostuff:protostuff-parser:2.0.0-alpha32")
Scala SBT
libraryDependencies += "io.protostuff" % "protostuff-parser" % "2.0.0-alpha32"
Groovy Grape
@Grapes(
  @Grab(group='io.protostuff', module='protostuff-parser', version='2.0.0-alpha32')
)
Apache Ivy
<dependency org="io.protostuff" name="protostuff-parser" rev="2.0.0-alpha32" />
Leiningen
[io.protostuff/protostuff-parser "2.0.0-alpha32"]
Apache Buildr
'io.protostuff:protostuff-parser:jar:2.0.0-alpha32'