| License |
License |
|---|---|
| GroupId | GroupIdcom.giffing.easyxml |
| ArtifactId | ArtifactIdeasyxml-jaxb |
| Version | Version0.0.7 |
| Type | Typejar |
| Description |
DescriptionSimplifies parsing and modifying of (huge) XML streams (files) based on the StAX parser with combination of JAXB or JDom2
|
| Filename | Size |
|---|---|
| easyxml-jaxb-0.0.7.pom | |
| easyxml-jaxb-0.0.7.jar | 8 KB |
| easyxml-jaxb-0.0.7-sources.jar | 5 KB |
| easyxml-jaxb-0.0.7-javadoc.jar | 56 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.giffing.easyxml/easyxml-jaxb/ -->
<dependency>
<groupId>com.giffing.easyxml</groupId>
<artifactId>easyxml-jaxb</artifactId>
<version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.giffing.easyxml/easyxml-jaxb/
implementation 'com.giffing.easyxml:easyxml-jaxb:0.0.7'
// https://jarcasting.com/artifacts/com.giffing.easyxml/easyxml-jaxb/
implementation ("com.giffing.easyxml:easyxml-jaxb:0.0.7")
'com.giffing.easyxml:easyxml-jaxb:jar:0.0.7'
<dependency org="com.giffing.easyxml" name="easyxml-jaxb" rev="0.0.7">
<artifact name="easyxml-jaxb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.giffing.easyxml', module='easyxml-jaxb', version='0.0.7')
)
libraryDependencies += "com.giffing.easyxml" % "easyxml-jaxb" % "0.0.7"
[com.giffing.easyxml/easyxml-jaxb "0.0.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.giffing.easyxml : easyxml-core | jar | 0.0.7 |
| javax.xml.bind : jaxb-api | jar | 2.3.0 |
| com.sun.xml.bind : jaxb-xjc | jar | 2.3.0 |