is not current version
Last Version 1.8.0

io.protostuff:protostuff-json 1.7.1

protostuff serialization using json format

Categories

Categories

JSON Data
GroupId

GroupId

io.protostuff
ArtifactId

ArtifactId

protostuff-json
Version

Version

1.7.1
Type

Type

jar

Download protostuff-json 1.7.1


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