is not current version
Last Version 0.8.1

com.meterware.xml:xmlsemantics 0.8

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.

Categories

Categories

Ant Build Tools
GroupId

GroupId

com.meterware.xml
ArtifactId

ArtifactId

xmlsemantics
Version

Version

0.8
Type

Type

jar

Download xmlsemantics 0.8


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