p

protostuff-xml

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