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