p

protostuff-core

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