p

protostuff-xml

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