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