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.1.1.pom download
Apache Maven
<dependency>
  <groupId>com.dyuproject.protostuff</groupId>
  <artifactId>protostuff</artifactId>
  <version>1.1.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.dyuproject.protostuff:protostuff:1.1.1'
Gradle Kotlin
implementation("com.dyuproject.protostuff:protostuff:1.1.1")
Scala SBT
libraryDependencies += "com.dyuproject.protostuff" % "protostuff" % "1.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.dyuproject.protostuff', module='protostuff', version='1.1.1')
)
Apache Ivy
<dependency org="com.dyuproject.protostuff" name="protostuff" rev="1.1.1" />
Leiningen
[com.dyuproject.protostuff/protostuff "1.1.1"]
Apache Buildr
'com.dyuproject.protostuff:protostuff:jar:1.1.1'
Dependencies
The project has no third-party dependencies