Maven Repository - POM file for XML xom 1.2.5 1.2.5

Summary

XOM.

The XOM Dual Streaming/Tree API for Processing XML.

Declaration

Here is the list of declaration for xom. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>xom</groupId>
   <artifactId>xom</artifactId>
   <version>1.2.5</version>
</dependency>

If you think this Maven repository POM file listing for xom is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Name:The GNU Lesser General Public License, Version 2.1
URL: http://www.gnu.org/licenses/lgpl-2.1.html.





Depends on

The xom-1.2.5 has 3 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
ParserxercesImpl 2.8.0
Xerces2 is the next generation of high performance, fully compliant XML parsers in the Apache Xerces family. This new version of Xerces introduces the Xerces Native Interface (XNI), a complete framework for building parser components and configurations that is extremely modular and easy...
9

Depended by

The following table lists the most popular artifacts which are depending on xom-1.2.5. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
JSONfastjson 1.1.39
Fastjson is a JSON processor (JSON parser + JSON generator) written in Java
13
JSONfastjson 1.1.36
Fastjson is a JSON processor (JSON parser + JSON generator) written in Java
12
Developmentisoparser 1.0-RC-1
A generic parser and writer for all ISO 14496 based files (MP4, Quicktime, DCF, PDCF, ...)
5
XMLSaxon-HE 9.5.1-2
The XSLT and XQuery Processor
9

Packages

The following packages are defined in the xom-1.2.5.jar

nu.xom
nu.xom.canonical
nu.xom.converters
nu.xom.jaxen
nu.xom.jaxen.expr
nu.xom.jaxen.expr.iter
nu.xom.jaxen.function
nu.xom.jaxen.function.ext
nu.xom.jaxen.function.xslt
nu.xom.jaxen.saxpath
nu.xom.jaxen.saxpath.base
nu.xom.jaxen.saxpath.helpers
nu.xom.jaxen.util
nu.xom.tests
nu.xom.xinclude
nu.xom.xslt
org.w3c.dom




POM File Source

Here is the content of the POM file.

<?xml version="1.0"?>
<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/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <packaging>jar</packaging>
  <name>XOM</name>
  <version>1.2.5</version>
  <description>The XOM Dual Streaming/Tree API for Processing XML</description>
  <url>http://xom.nu</url>
  <licenses>
    <license>
      <name>The GNU Lesser General Public License, Version 2.1</name>
      <url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <url>https://xom.dev.java.net/source/browse/xom/</url>
  </scm>
  
  <artifactId>xom</artifactId>
  <!--  previously used group ID -->
  <groupId>xom</groupId>

  <inceptionYear>2002</inceptionYear>

  <mailingLists>
    <mailingList>
      <name>XOM Interest Mailing List</name>
      <archive>http://lists.ibiblio.org/pipermail/xom-interest/</archive>
    </mailingList>
  </mailingLists>

  

  <dependencies>
    <dependency>
        <groupId>xml-apis</groupId>
        <artifactId>xml-apis</artifactId>
        <version>1.3.03</version>
        <type>jar</type>
    </dependency>  
    <dependency>
        <groupId>xerces</groupId>
        <artifactId>xercesImpl</artifactId>
        <version>2.8.0</version>
        <type>jar</type>
    </dependency>  
    <dependency>
        <groupId>xalan</groupId>
        <artifactId>xalan</artifactId>
        <version>2.7.0</version>
        <type>jar</type>
    </dependency>
  </dependencies>
  
  <build>
    <sourceDirectory>src</sourceDirectory>
  </build>  
  
</project>