p

protostuff-json

protostuff serialization using json format
Files download
File Operation
protostuff-json-1.5.5.jar download
protostuff-json-1.5.5.pom download
protostuff-json-1.5.5-sources.jar download
Apache Maven
<dependency>
  <groupId>io.protostuff</groupId>
  <artifactId>protostuff-json</artifactId>
  <version>1.5.5</version>
</dependency>
Gradle Groovy
implementation 'io.protostuff:protostuff-json:1.5.5'
Gradle Kotlin
implementation("io.protostuff:protostuff-json:1.5.5")
Scala SBT
libraryDependencies += "io.protostuff" % "protostuff-json" % "1.5.5"
Groovy Grape
@Grapes(
  @Grab(group='io.protostuff', module='protostuff-json', version='1.5.5')
)
Apache Ivy
<dependency org="io.protostuff" name="protostuff-json" rev="1.5.5" />
Leiningen
[io.protostuff/protostuff-json "1.5.5"]
Apache Buildr
'io.protostuff:protostuff-json:jar:1.5.5'