| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.sf.xolite |
| ArtifactId | ArtifactIdxo-lite |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionX-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 |
| Filename | Size |
|---|---|
| xo-lite-1.0.pom | |
| xo-lite-1.0.jar | 78 KB |
| xo-lite-1.0-sources.jar | 62 KB |
| xo-lite-1.0-javadoc.jar | 246 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-logging : commons-logging | jar | 1.0.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |
| log4j : log4j | jar | 1.2.9 |