| License | License | 
|---|---|
| GroupId | GroupIdorg.codelibs | 
| ArtifactId | ArtifactIdxpp3 | 
| Last Version | Last Version1.1.4c.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionMXP1: Xml Pull Parser 3rd Edition (XPP3) | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| xpp3-1.1.4c.0.pom | |
| xpp3-1.1.4c.0.jar | 124 KB | 
| xpp3-1.1.4c.0-sources.jar | 122 KB | 
| xpp3-1.1.4c.0-javadoc.jar | 915 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.codelibs/xpp3/ -->
<dependency>
    <groupId>org.codelibs</groupId>
    <artifactId>xpp3</artifactId>
    <version>1.1.4c.0</version>
</dependency>// https://jarcasting.com/artifacts/org.codelibs/xpp3/
implementation 'org.codelibs:xpp3:1.1.4c.0'// https://jarcasting.com/artifacts/org.codelibs/xpp3/
implementation ("org.codelibs:xpp3:1.1.4c.0")'org.codelibs:xpp3:jar:1.1.4c.0'<dependency org="org.codelibs" name="xpp3" rev="1.1.4c.0">
  <artifact name="xpp3" type="jar" />
</dependency>@Grapes(
@Grab(group='org.codelibs', module='xpp3', version='1.1.4c.0')
)libraryDependencies += "org.codelibs" % "xpp3" % "1.1.4c.0"[org.codelibs/xpp3 "1.1.4c.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.11 |