组织ID: |
xpp3 |
项目ID: |
xpp3_min |
版本: |
1.1.4c |
最后修改时间: |
2018-07-23 21:02:09 |
包类型: |
jar |
标题: |
MXP1: Xml Pull Parser 3rd Edition (XPP3) |
描述: |
MXP1 is a stable XmlPull parsing engine that is based on ideas from XPP and in particular XPP2 but completely revised and rewritten to take the best advantage of latest JIT JVMs such as Hotspot in JDK 1.4+. |
相关URL: |
http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/ |
大小: |
24.37KB |
|
Maven引入代码: |
<dependency>
<groupId>xpp3</groupId>
<artifactId>xpp3_min</artifactId>
<version>1.1.4c</version>
</dependency>
|
Gradle引入代码: |
xpp3:xpp3_min:1.1.4c
|
下载Jar包: |
|
POM文件内容: |
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>xpp3</groupId>
<artifactId>xpp3_min</artifactId>
<version>1.1.4c</version>
<packaging>jar</packaging>
<name>MXP1: Xml Pull Parser 3rd Edition (XPP3)</name>
<url>http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/</url>
<description>MXP1 is a stable XmlPull parsing engine that is based on ideas from XPP and in particular XPP2 but completely revised and rewritten to take the best advantage of latest JIT JVMs such as Hotspot in JDK 1.4+.</description>
<licenses>
<license>
<name>Indiana University Extreme! Lab Software License, vesion 1.1.1</name>
<url>http://www.extreme.indiana.edu/viewcvs/~checkout~/XPP3/java/LICENSE.txt</url>
<distribution>repo</distribution>
<comments>The license applies to the Xpp3 classes (all classes below the org.xmlpull package with exception of classes directly in package org.xmlpull.v1 )</comments>
</license>
<license>
<name>Public Domain</name>
<url>http://creativecommons.org/licenses/publicdomain</url>
<distribution>repo</distribution>
<comments>The license applies to the XmlPull API (all classes directly in the org.xmlpull.v1 package)</comments>
</license>
</licenses>
<scm>
<url>http://www.extreme.indiana.edu/viewcvs/~checkout~/XPP3/java/</url>
</scm>
<organization>
<name>Extreme! Lab, Indiana University</name>
<url>http://www.extreme.indiana.edu/</url>
</organization>
<dependencies/>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/services/org.xmlpull.v1.XmlPullParserFactory
XPP3_1.1.4c_MIN_VERSION
org.xmlpull.mxp1.MXParser.class
org.xmlpull.v1.XmlPullParser.class
org.xmlpull.v1.XmlPullParserException.class
|
依赖Jar: |
无
|