p

protostuff-core

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