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

org.simpleframework:simple-xml 1.4

Simple is a high performance XML serialization and configuration framework for Java

Группа

Группа

org.simpleframework
Идентификатор

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

simple-xml
Версия

Версия

1.4
Тип

Тип

jar

Скачать simple-xml 1.4


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