is not current version
Last Version 1.2.2

com.dyuproject.protostuff:protostuff-xml 1.0.7

protostuff serialization using xml format

GroupId

GroupId

com.dyuproject.protostuff
ArtifactId

ArtifactId

protostuff-xml
Version

Version

1.0.7
Type

Type

jar

Download protostuff-xml 1.0.7


<!-- https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-xml/ -->
<dependency>
    <groupId>com.dyuproject.protostuff</groupId>
    <artifactId>protostuff-xml</artifactId>
    <version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-xml/
implementation 'com.dyuproject.protostuff:protostuff-xml:1.0.7'
// https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-xml/
implementation ("com.dyuproject.protostuff:protostuff-xml:1.0.7")
'com.dyuproject.protostuff:protostuff-xml:jar:1.0.7'
<dependency org="com.dyuproject.protostuff" name="protostuff-xml" rev="1.0.7">
  <artifact name="protostuff-xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dyuproject.protostuff', module='protostuff-xml', version='1.0.7')
)
libraryDependencies += "com.dyuproject.protostuff" % "protostuff-xml" % "1.0.7"
[com.dyuproject.protostuff/protostuff-xml "1.0.7"]