p

protostuff

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