p

protostuff-json

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