не последняя версия
Последняя версия 1.8.0

io.protostuff:protostuff-xml 1.4.3

protostuff serialization using xml format

Группа

Группа

io.protostuff
Идентификатор

Идентификатор

protostuff-xml
Версия

Версия

1.4.3
Тип

Тип

jar

Скачать protostuff-xml 1.4.3


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