simple-xml

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

License

License

Categories

Categories

Mirror Application Layer Libs Introspection
GroupId

GroupId

org.anarres.mirrors.simpleframework
ArtifactId

ArtifactId

simple-xml
Last Version

Last Version

2.7.1-P3
Release Date

Release Date

Type

Type

jar
Description

Description

simple-xml
Simple is a high performance XML serialization and configuration framework for Java.
Project URL

Project URL

https://github.com/shevek/simple-xml

Download simple-xml

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
net.sf.kxml : kxml2 jar 2.3.0

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.slf4j : slf4j-api jar 1.7.12
ch.qos.logback : logback-classic jar 1.1.3

Project Modules

There are no modules declared in this project.

Versions

Version
2.7.1-P3
2.7.1-P2
2.7.1-P1