p

protostuff

Java serialization library, proto compiler, code generator, protobuf utilities, gwt overlays, android DTOs
http://code.google.com/p/protostuff/
The Apache Software License, Version 2.0
David Yu
Files download
File Operation
protostuff-1.0.11.pom download
Apache Maven
<dependency>
  <groupId>com.dyuproject.protostuff</groupId>
  <artifactId>protostuff</artifactId>
  <version>1.0.11</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.dyuproject.protostuff:protostuff:1.0.11'
Gradle Kotlin
implementation("com.dyuproject.protostuff:protostuff:1.0.11")
Scala SBT
libraryDependencies += "com.dyuproject.protostuff" % "protostuff" % "1.0.11"
Groovy Grape
@Grapes(
  @Grab(group='com.dyuproject.protostuff', module='protostuff', version='1.0.11')
)
Apache Ivy
<dependency org="com.dyuproject.protostuff" name="protostuff" rev="1.0.11" />
Leiningen
[com.dyuproject.protostuff/protostuff "1.0.11"]
Apache Buildr
'com.dyuproject.protostuff:protostuff:jar:1.0.11'
Dependencies
The project has no third-party dependencies