p

protostuff-xml

protostuff serialization using xml format
Files download
File Operation
protostuff-xml-1.1.6.jar download
protostuff-xml-1.1.6.pom download
protostuff-xml-1.1.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.dyuproject.protostuff</groupId>
  <artifactId>protostuff-xml</artifactId>
  <version>1.1.6</version>
</dependency>
Gradle Groovy
implementation 'com.dyuproject.protostuff:protostuff-xml:1.1.6'
Gradle Kotlin
implementation("com.dyuproject.protostuff:protostuff-xml:1.1.6")
Scala SBT
libraryDependencies += "com.dyuproject.protostuff" % "protostuff-xml" % "1.1.6"
Groovy Grape
@Grapes(
  @Grab(group='com.dyuproject.protostuff', module='protostuff-xml', version='1.1.6')
)
Apache Ivy
<dependency org="com.dyuproject.protostuff" name="protostuff-xml" rev="1.1.6" />
Leiningen
[com.dyuproject.protostuff/protostuff-xml "1.1.6"]
Apache Buildr
'com.dyuproject.protostuff:protostuff-xml:jar:1.1.6'