X-O lite

This project provides a lightweight framework to serialize/deserialize (or marshall/unmarshall) java objects into XML. The implementation is based on standard SAX (Simple Api for Xml) but it follows a original approach based on the strong data encapsulation paradigm of Object Oriented (OO) programming.

License

License

Categories

Categories

Net
GroupId

GroupId

net.sf.xolite
ArtifactId

ArtifactId

xo-lite
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

X-O lite
This project provides a lightweight framework to serialize/deserialize (or marshall/unmarshall) java objects into XML. The implementation is based on standard SAX (Simple Api for Xml) but it follows a original approach based on the strong data encapsulation paradigm of Object Oriented (OO) programming.
Project URL

Project URL

http://xo-lite.sourceforge.net

Download xo-lite

How to add to project

<!-- https://jarcasting.com/artifacts/net.sf.xolite/xo-lite/ -->
<dependency>
    <groupId>net.sf.xolite</groupId>
    <artifactId>xo-lite</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.xolite/xo-lite/
implementation 'net.sf.xolite:xo-lite:1.0'
// https://jarcasting.com/artifacts/net.sf.xolite/xo-lite/
implementation ("net.sf.xolite:xo-lite:1.0")
'net.sf.xolite:xo-lite:jar:1.0'
<dependency org="net.sf.xolite" name="xo-lite" rev="1.0">
  <artifact name="xo-lite" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.xolite', module='xo-lite', version='1.0')
)
libraryDependencies += "net.sf.xolite" % "xo-lite" % "1.0"
[net.sf.xolite/xo-lite "1.0"]

Dependencies

compile (1)

Group / Artifact Type Version
commons-logging : commons-logging jar 1.0.4

test (2)

Group / Artifact Type Version
junit : junit jar 3.8.1
log4j : log4j jar 1.2.9

Project Modules

There are no modules declared in this project.

Versions

Version
1.0
0.4
0.3