p

protostuff-uberjar

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