p

protostuff-core

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