p

protostuff-model-json

json serialization for objects generated by google's protoc(objects using the builder pattern).
文件下载
文件名 操作
protostuff-model-json-1.0.1.jar 下载
protostuff-model-json-1.0.1.pom 下载
protostuff-model-json-1.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.dyuproject.protostuff</groupId>
  <artifactId>protostuff-model-json</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.dyuproject.protostuff:protostuff-model-json:1.0.1'
Gradle Kotlin
implementation("com.dyuproject.protostuff:protostuff-model-json:1.0.1")
Scala SBT
libraryDependencies += "com.dyuproject.protostuff" % "protostuff-model-json" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.dyuproject.protostuff', module='protostuff-model-json', version='1.0.1')
)
Apache Ivy
<dependency org="com.dyuproject.protostuff" name="protostuff-model-json" rev="1.0.1" />
Leiningen
[com.dyuproject.protostuff/protostuff-model-json "1.0.1"]
Apache Buildr
'com.dyuproject.protostuff:protostuff-model-json:jar:1.0.1'