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