License |
License |
---|---|
GroupId | GroupIdorg.xanot |
ArtifactId | ArtifactIdxanot |
Last Version | Last Version1.0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionXanot - OXM Object XML Mapper
Xanot is a kind of XML to Object Mapper.
Very similar to what Apache have done with Commons-Digester,
it basicaly maps XML data to an object model.
|
Project URL |
Project URL |
Filename | Size |
---|---|
xanot-1.0.6.pom | |
xanot-1.0.6.jar | 50 KB |
xanot-1.0.6-sources.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.xanot/xanot/ -->
<dependency>
<groupId>org.xanot</groupId>
<artifactId>xanot</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.xanot/xanot/
implementation 'org.xanot:xanot:1.0.6'
// https://jarcasting.com/artifacts/org.xanot/xanot/
implementation ("org.xanot:xanot:1.0.6")
'org.xanot:xanot:jar:1.0.6'
<dependency org="org.xanot" name="xanot" rev="1.0.6">
<artifact name="xanot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xanot', module='xanot', version='1.0.6')
)
libraryDependencies += "org.xanot" % "xanot" % "1.0.6"
[org.xanot/xanot "1.0.6"]
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j | jar | 1.2.8 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |