p

protostuff-core

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