p

protostuff-codegen

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