| License |
License |
|---|---|
| GroupId | GroupIdcom.thesett |
| ArtifactId | ArtifactIdxmlbeans |
| Version | Version0.9.104 |
| Type | Typejar |
| Description |
Descriptionxmlbeans
Library for easy mapping between Java Beans and XML.
|
| Filename | Size |
|---|---|
| xmlbeans-0.9.104.pom | |
| xmlbeans-0.9.104.jar | 16 KB |
| xmlbeans-0.9.104-sources.jar | 19 KB |
| xmlbeans-0.9.104-javadoc.jar | 105 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.thesett/xmlbeans/ -->
<dependency>
<groupId>com.thesett</groupId>
<artifactId>xmlbeans</artifactId>
<version>0.9.104</version>
</dependency>
// https://jarcasting.com/artifacts/com.thesett/xmlbeans/
implementation 'com.thesett:xmlbeans:0.9.104'
// https://jarcasting.com/artifacts/com.thesett/xmlbeans/
implementation ("com.thesett:xmlbeans:0.9.104")
'com.thesett:xmlbeans:jar:0.9.104'
<dependency org="com.thesett" name="xmlbeans" rev="0.9.104">
<artifact name="xmlbeans" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thesett', module='xmlbeans', version='0.9.104')
)
libraryDependencies += "com.thesett" % "xmlbeans" % "0.9.104"
[com.thesett/xmlbeans "0.9.104"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.thesett : common | jar | 0.9.117 |
| com.thesett : power_model | jar | 0.9.117 |
| com.thesett : configurator | jar | 0.9.104 |
| com.thesett : junit-toolkit | jar | 0.9.52 |
| log4j : log4j | jar | [1.2.8,) |
| javax.xml.bind : jsr173_api | jar | 1.0 |
| javax.xml.bind : jaxb-api | jar | 2.1 |
| com.sun.xml.bind : jaxb-impl | jar | 2.1.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |