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 Alex Newman
文件下载
文件名 操作
protostuff-1.1.0.pom 下载
Apache Maven
<dependency>
  <groupId>io.protostuff</groupId>
  <artifactId>protostuff</artifactId>
  <version>1.1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.protostuff:protostuff:1.1.0'
Gradle Kotlin
implementation("io.protostuff:protostuff:1.1.0")
Scala SBT
libraryDependencies += "io.protostuff" % "protostuff" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.protostuff', module='protostuff', version='1.1.0')
)
Apache Ivy
<dependency org="io.protostuff" name="protostuff" rev="1.1.0" />
Leiningen
[io.protostuff/protostuff "1.1.0"]
Apache Buildr
'io.protostuff:protostuff:jar:1.1.0'
本项目依赖
该项目无第三方依赖