| License |
License |
|---|---|
| GroupId | GroupIdorg.dmfs |
| ArtifactId | ArtifactIdxmlobjects |
| Last Version | Last Version0.4.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionxmlobjects
A lightweight high level XML pull parser framework
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| xmlobjects-0.4.3.pom | |
| xmlobjects-0.4.3.jar | 80 KB |
| xmlobjects-0.4.3-sources.jar | 80 KB |
| xmlobjects-0.4.3-javadoc.jar | 156 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.dmfs/xmlobjects/ -->
<dependency>
<groupId>org.dmfs</groupId>
<artifactId>xmlobjects</artifactId>
<version>0.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.dmfs/xmlobjects/
implementation 'org.dmfs:xmlobjects:0.4.3'
// https://jarcasting.com/artifacts/org.dmfs/xmlobjects/
implementation ("org.dmfs:xmlobjects:0.4.3")
'org.dmfs:xmlobjects:jar:0.4.3'
<dependency org="org.dmfs" name="xmlobjects" rev="0.4.3">
<artifact name="xmlobjects" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dmfs', module='xmlobjects', version='0.4.3')
)
libraryDependencies += "org.dmfs" % "xmlobjects" % "0.4.3"
[org.dmfs/xmlobjects "0.4.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| xmlpull : xmlpull | jar | 1.1.3.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit Optional | jar | 4.0 |
| net.sf.kxml : kxml2 Optional | jar | 2.3.0 |