is not current version
Last Version 0.9.104

com.thesett:xmlbeans 0.8.1

Library for easy mapping between Java Beans and XML.

GroupId

GroupId

com.thesett
ArtifactId

ArtifactId

xmlbeans
Version

Version

0.8.1
Type

Type

jar

Download xmlbeans 0.8.1


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