Simple XML

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

License

License

GroupId

GroupId

com.subshell.simpleframework
ArtifactId

ArtifactId

simple-xml
Last Version

Last Version

2.9.0
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

http://simple.sourceforge.net
Source Code Management

Source Code Management

https://github.com/subshell/simplexml

Download simple-xml

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
stax : stax-api jar 1.0.1
stax : stax jar 1.2.0
xpp3 : xpp3 jar 1.1.3.3

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
2.9.0
2.8.1