Maven Repository - POM file for Development xmlbeans 2.3.0 2.3.0

Summary

XmlBeans.

XmlBeans main jar.

Declaration

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

<dependency>
   <groupId>org.apache.xmlbeans</groupId>
   <artifactId>xmlbeans</artifactId>
   <version>2.3.0</version>
</dependency>

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

License

Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.

Depends on

The xmlbeans-2.3.0 has 1 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
XML Parserstax-api 1.0.1
StAX API is the standard java XML processing API defined by JSR-173
254




Packages

The following packages are defined in the xmlbeans-2.3.0.jar

org.apache.xmlbeans
org.apache.xmlbeans.impl.common
org.apache.xmlbeans.impl.config
org.apache.xmlbeans.impl.inst2xsd
org.apache.xmlbeans.impl.inst2xsd.util
org.apache.xmlbeans.impl.jam
org.apache.xmlbeans.impl.jam.annotation
org.apache.xmlbeans.impl.jam.internal
org.apache.xmlbeans.impl.jam.internal.classrefs
org.apache.xmlbeans.impl.jam.internal.elements
org.apache.xmlbeans.impl.jam.internal.javadoc
org.apache.xmlbeans.impl.jam.internal.parser
org.apache.xmlbeans.impl.jam.internal.reflect
org.apache.xmlbeans.impl.jam.mutable
org.apache.xmlbeans.impl.jam.provider
org.apache.xmlbeans.impl.jam.visitor
org.apache.xmlbeans.impl.jam.xml
org.apache.xmlbeans.impl.piccolo.io
org.apache.xmlbeans.impl.piccolo.util
org.apache.xmlbeans.impl.piccolo.xml
org.apache.xmlbeans.impl.regex
org.apache.xmlbeans.impl.richParser
org.apache.xmlbeans.impl.schema
org.apache.xmlbeans.impl.soap
org.apache.xmlbeans.impl.store
org.apache.xmlbeans.impl.tool
org.apache.xmlbeans.impl.util
org.apache.xmlbeans.impl.validator
org.apache.xmlbeans.impl.values
org.apache.xmlbeans.impl.xb.ltgfmt
org.apache.xmlbeans.impl.xb.ltgfmt.impl
org.apache.xmlbeans.impl.xb.substwsdl
org.apache.xmlbeans.impl.xb.substwsdl.impl
org.apache.xmlbeans.impl.xb.xmlconfig
org.apache.xmlbeans.impl.xb.xmlconfig.impl
org.apache.xmlbeans.impl.xb.xmlschema
org.apache.xmlbeans.impl.xb.xmlschema.impl
org.apache.xmlbeans.impl.xb.xsdownload
org.apache.xmlbeans.impl.xb.xsdownload.impl
org.apache.xmlbeans.impl.xb.xsdschema
org.apache.xmlbeans.impl.xb.xsdschema.impl
org.apache.xmlbeans.impl.xsd2inst
org.apache.xmlbeans.soap
org.apache.xmlbeans.xml.stream
org.apache.xmlbeans.xml.stream.events
org.apache.xmlbeans.xml.stream.utils
org.w3c.dom
repackage
schemaorg_apache_xmlbeans.system.sXMLCONFIG
schemaorg_apache_xmlbeans.system.sXMLLANG
schemaorg_apache_xmlbeans.system.sXMLSCHEMA
schemaorg_apache_xmlbeans.system.sXMLTOOLS




POM File Source

Here is the content of the POM file.

<project>
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.apache.xmlbeans</groupId>
    <artifactId>xmlbeans</artifactId>
    <version>2.3.0</version>

    <name>XmlBeans</name>
    <description>XmlBeans main jar</description>
    <url>http://xmlbeans.apache.org</url>

    <issueManagement>
        <system>jira</system>
        <url>http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10436</url>
    </issueManagement>

    <mailingLists>
        <mailingList>
            <name>XmlBeans User List</name>
            <subscribe>user-subscribe@xmlbeans.apache.org</subscribe>
            <unsubscribe>users-unsubscribe@xmlbeans.apache.org</unsubscribe>
            <archive>http://mail-archives.apache.org/mod_mbox/xmlbeans-user/</archive>
        </mailingList>
        <mailingList>
            <name>XmlBeans Developer List</name>
            <subscribe>dev-subscribe@xmlbeans.apache.org</subscribe>
            <unsubscribe>dev-unsubscribe@xmlbeans.apache.org</unsubscribe>
            <archive>http://mail-archives.apache.org/mod_mbox/xmlbeans-dev/</archive>
        </mailingList>
        <mailingList>
            <name>Source Control List</name>
            <subscribe>commits-subscribe@xmlbeans.apache.org</subscribe>
            <unsubscribe>commits-unsubscribe@xmlbeans.apache.org</unsubscribe>
            <archive>http://mail-archives.apache.org/mod_mbox/xmlbeans-commits/</archive>
        </mailingList>
    </mailingLists>

    <licenses>
        <license>
            <name>The Apache Software License, Version 2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>

    <scm>
        <connection>scm:svn:https://svn.apache.org/repos/asf/xmlbeans/</connection>
        <developerConnection>scm:svn:https://${maven.username}@svn.apache.org/repos/asf/xmlbeans/</developerConnection>
        <url>https://svn.apache.org/repos/asf/xmlbeans/</url>
    </scm>

    <organization>
        <name>XmlBeans</name>
        <url>http://xmlbeans.apache.org/</url>
    </organization>

    

    <dependencies>
        <dependency>
            <groupId>stax</groupId>
            <artifactId>stax-api</artifactId>
            <version>1.0.1</version>
        </dependency>
    </dependencies>

</project>