p

protostuff-json

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