p

protostuff-codegen

code generator for protobuf+json, gwt json overlays
Files download
File Operation
protostuff-codegen-1.0.3.jar download
protostuff-codegen-1.0.3.pom download
protostuff-codegen-1.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.dyuproject.protostuff</groupId>
  <artifactId>protostuff-codegen</artifactId>
  <version>1.0.3</version>
</dependency>
Gradle Groovy
implementation 'com.dyuproject.protostuff:protostuff-codegen:1.0.3'
Gradle Kotlin
implementation("com.dyuproject.protostuff:protostuff-codegen:1.0.3")
Scala SBT
libraryDependencies += "com.dyuproject.protostuff" % "protostuff-codegen" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.dyuproject.protostuff', module='protostuff-codegen', version='1.0.3')
)
Apache Ivy
<dependency org="com.dyuproject.protostuff" name="protostuff-codegen" rev="1.0.3" />
Leiningen
[com.dyuproject.protostuff/protostuff-codegen "1.0.3"]
Apache Buildr
'com.dyuproject.protostuff:protostuff-codegen:jar:1.0.3'