XmlSemantics

A tool to simplify interpretation of XML documents. The common way to interpret XML in Java is to use JAXB, an extremely powerful tool. But what if you want something much more lightweight? That's where XMLSemantics comes in.

License

License

MIT
Categories

Categories

Ant Build Tools
GroupId

GroupId

com.meterware.xml
ArtifactId

ArtifactId

xmlsemantics
Last Version

Last Version

0.8.1
Release Date

Release Date

Type

Type

jar
Description

Description

XmlSemantics
A tool to simplify interpretation of XML documents. The common way to interpret XML in Java is to use JAXB, an extremely powerful tool. But what if you want something much more lightweight? That's where XMLSemantics comes in.
Project URL

Project URL

http://xmlsemantics.meterware.com
Source Code Management

Source Code Management

https://github.com/meterware/xmlsemantics.git

Download xmlsemantics

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.2

Project Modules

There are no modules declared in this project.

xmlsemantics

A tool to simplify interpretation of XML documents

com.meterware.xml

Versions

Version
0.8.1
0.8