Download staxmapper-1.2.0.final.jar file

Introduction

You can download staxmapper-1.2.0.final.jar in this page.

License

Open Source License

Type List

staxmapper-1.2.0.final.jar file has the following types.

META-INF/INDEX.LIST
META-INF/MANIFEST.MF
META-INF/maven/org.jboss/staxmapper/pom.properties
META-INF/maven/org.jboss/staxmapper/pom.xml
org.jboss.staxmapper.FixedXMLStreamReader.class
org.jboss.staxmapper.FormattingXMLStreamWriter.class
org.jboss.staxmapper.Spliterable.class
org.jboss.staxmapper.Spliterator.class
org.jboss.staxmapper.XMLAttributeReader.class
org.jboss.staxmapper.XMLContentWriter.class
org.jboss.staxmapper.XMLElementReader.class
org.jboss.staxmapper.XMLElementWriter.class
org.jboss.staxmapper.XMLExtendedStreamReader.class
org.jboss.staxmapper.XMLExtendedStreamReaderImpl.class
org.jboss.staxmapper.XMLExtendedStreamWriter.class
org.jboss.staxmapper.XMLMapper.class
org.jboss.staxmapper.XMLMapperImpl.class

Pom

staxmapper-1.2.0.final.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ JBoss, Home of Professional Open Source.
  ~ Copyright 2010, Red Hat, Inc., and individual contributors
  ~ as indicated by the @author tags. See the copyright.txt file in the
  ~ distribution for a full listing of individual contributors.
  ~
  ~ This is free software; you can redistribute it and/or modify it
  ~ under the terms of the GNU Lesser General Public License as
  ~ published by the Free Software Foundation; either version 2.1 of
  ~ the License, or (at your option) any later version.
  ~
  ~ This software is distributed in the hope that it will be useful,
  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
  ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  ~ Lesser General Public License for more details.
  ~
  ~ You should have received a copy of the GNU Lesser General Public
  ~ License along with this software; if not, write to the Free
  ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  -->

<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>
    <parent>
        <groupId>org.jboss</groupId>
        <artifactId>jboss-parent</artifactId>
        <version>17</version>
    </parent>
    <groupId>org.jboss</groupId>
    <artifactId>staxmapper</artifactId>
    <version>1.2.0.Final</version>

    <name>StAX Mapper</name>

    <properties>
        <maven.compiler.target>1.6</maven.compiler.target>
        <maven.compiler.source>1.6</maven.compiler.source>
    </properties>

    <dependencies>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>4.11</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-surefire-plugin</artifactId>
                <version>${version.surefire.plugin}</version>
                <configuration>
                    <includes>
                        <include>**/*Test*.java</include>
                    </includes>
                </configuration>
            </plugin>
        </plugins>
    </build>
</project>

POM Entry

<dependency>
   <groupId>org.jboss</groupId>
   <artifactId>staxmapper</artifactId>
   <version>1.2.0.final</version>
</dependency>

Download

If you think the following staxmapper-1.2.0.final.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download staxmapper-1.2.0.final.jar file




PreviousNext

Related