p

protostuff-json

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