is not current version
Last Version 1.0.9

com.dyuproject.protostuff:protostuff-model-json 1.0.4

json serialization for objects generated by google's protoc(objects using the builder pattern).

Categories

Categories

JSON Data
GroupId

GroupId

com.dyuproject.protostuff
ArtifactId

ArtifactId

protostuff-model-json
Version

Version

1.0.4
Type

Type

jar

Download protostuff-model-json 1.0.4


<!-- https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-model-json/ -->
<dependency>
    <groupId>com.dyuproject.protostuff</groupId>
    <artifactId>protostuff-model-json</artifactId>
    <version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-model-json/
implementation 'com.dyuproject.protostuff:protostuff-model-json:1.0.4'
// https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-model-json/
implementation ("com.dyuproject.protostuff:protostuff-model-json:1.0.4")
'com.dyuproject.protostuff:protostuff-model-json:jar:1.0.4'
<dependency org="com.dyuproject.protostuff" name="protostuff-model-json" rev="1.0.4">
  <artifact name="protostuff-model-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dyuproject.protostuff', module='protostuff-model-json', version='1.0.4')
)
libraryDependencies += "com.dyuproject.protostuff" % "protostuff-model-json" % "1.0.4"
[com.dyuproject.protostuff/protostuff-model-json "1.0.4"]