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