You can download org.apache.servicemix.bundles.xpp3-1.1.4c_7.jar in this page.
Apache Open Source
org.apache.servicemix.bundles.xpp3-1.1.4c_7.jar file has the following types.
META-INF/DEPENDENCIES META-INF/LICENSE META-INF/MANIFEST.MF META-INF/NOTICE META-INF/maven/org.apache.servicemix.bundles/org.apache.servicemix.bundles.xpp3/pom.properties META-INF/maven/org.apache.servicemix.bundles/org.apache.servicemix.bundles.xpp3/pom.xml META-INF/services/org.xmlpull.v1.XmlPullParserFactory OSGI-INF/bundle.info org.xmlpull.mxp1.MXParser.class org.xmlpull.mxp1.MXParserCachingStrings.class org.xmlpull.mxp1.MXParserFactory.class org.xmlpull.mxp1.MXParserNonValidating.class org.xmlpull.mxp1_serializer.MXSerializer.class org.xmlpull.v1.XmlPullParser.class org.xmlpull.v1.XmlPullParserException.class org.xmlpull.v1.XmlPullParserFactory.class org.xmlpull.v1.XmlSerializer.class org.xmlpull.v1.builder.Iterable.class org.xmlpull.v1.builder.XmlAttribute.class org.xmlpull.v1.builder.XmlBuilderException.class org.xmlpull.v1.builder.XmlCharacters.class org.xmlpull.v1.builder.XmlComment.class org.xmlpull.v1.builder.XmlContained.class org.xmlpull.v1.builder.XmlContainer.class org.xmlpull.v1.builder.XmlDoctype.class org.xmlpull.v1.builder.XmlDocument.class org.xmlpull.v1.builder.XmlElement.class org.xmlpull.v1.builder.XmlInfosetBuilder.class org.xmlpull.v1.builder.XmlNamespace.class org.xmlpull.v1.builder.XmlNotation.class org.xmlpull.v1.builder.XmlProcessingInstruction.class org.xmlpull.v1.builder.XmlSerializable.class org.xmlpull.v1.builder.XmlUnexpandedEntityReference.class org.xmlpull.v1.builder.XmlUnparsedEntity.class org.xmlpull.v1.builder.adapter.XmlAttributeAdapter.class org.xmlpull.v1.builder.adapter.XmlDocumentAdapter.class org.xmlpull.v1.builder.adapter.XmlElementAdapter.class org.xmlpull.v1.builder.impl.XmlAttributeImpl.class org.xmlpull.v1.builder.impl.XmlCommentImpl.class org.xmlpull.v1.builder.impl.XmlDocumentImpl.class org.xmlpull.v1.builder.impl.XmlElementImpl.class org.xmlpull.v1.builder.impl.XmlInfosetBuilderImpl.class org.xmlpull.v1.builder.impl.XmlNamespaceImpl.class org.xmlpull.v1.dom2_builder.DOM2XmlPullBuilder.class org.xmlpull.v1.parser_pool.XmlPullParserPool.class org.xmlpull.v1.sax2.Driver.class org.xmlpull.v1.util.XmlPullUtil.class org.xmlpull.v1.wrapper.XmlPullParserWrapper.class org.xmlpull.v1.wrapper.XmlPullWrapperFactory.class org.xmlpull.v1.wrapper.XmlSerializerWrapper.class org.xmlpull.v1.wrapper.classic.StaticXmlPullParserWrapper.class org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper.class org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate.class org.xmlpull.v1.wrapper.classic.XmlSerializerDelegate.class org/xmlpull/mxp1/package.html org/xmlpull/v1/builder/package.html
org.apache.servicemix.bundles.xpp3-1.1.4c_7.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <artifactId>bundles-pom</artifactId> <groupId>org.apache.servicemix.bundles</groupId> <version>11</version> <relativePath>../bundles-pom/pom.xml/pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.xpp3</artifactId> <packaging>bundle</packaging> <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> <version>1.1.4c_7</version> <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> <scm> <connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/smx4/bundles/tags/org.apache.servicemix.bundles.xpp3-1.1.4c_7</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/smx4/bundles/tags/org.apache.servicemix.bundles.xpp3-1.1.4c_7</developerConnection> <url>http://svn.apache.org/viewvc/servicemix/smx4/bundles/tags/org.apache.servicemix.bundles.xpp3-1.1.4c_7</url> </scm> <build> <plugins> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <configuration> <instructions> <Bundle-Version>1.1.4.c</Bundle-Version> </instructions> </configuration> </plugin> <plugin> <artifactId>maven-shade-plugin</artifactId> <executions> <execution> <phase>package</phase> <goals> <goal>shade</goal> </goals> <configuration> <artifactSet> <includes> <include>${pkgGroupId}:${pkgArtifactId}</include> </includes> </artifactSet> <filters> <filter> <artifact>${pkgGroupId}:${pkgArtifactId}</artifact> <includes> <include>META-INF/services/org.xmlpull.v1.XmlPullParserFactory</include> </includes> </filter> </filters> <promoteTransitiveDependencies>true</promoteTransitiveDependencies> <createDependencyReducedPom>true</createDependencyReducedPom> </configuration> </execution> </executions> </plugin> </plugins> </build> <properties> <pkgVersion>1.1.4c</pkgVersion> <servicemix.osgi.import.pkg>javax.xml.parsers, org.w3c.dom, org.xml.sax, org.xml.sax.helpers</servicemix.osgi.import.pkg> <pkgArtifactId>xpp3</pkgArtifactId> <pkgGroupId>xpp3</pkgGroupId> <servicemix.osgi.export>org.xmlpull*;version=1.1.4.c;-split-package:=merge-first</servicemix.osgi.export> </properties> </project>
<dependency> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.xpp3</artifactId> <version>1.1.4c_7</version> </dependency>
If you think the following org.apache.servicemix.bundles.xpp3-1.1.4c_7.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download org.apache.servicemix.bundles.xpp3-1.1.4c_7.jar file