Download JAXBNamespacePrefixMapper-2.2.4.jar file

Introduction

You can download JAXBNamespacePrefixMapper-2.2.4.jar in this page.

License

Common Development and Distribution License (CDDL-1.0)

Type List

JAXBNamespacePrefixMapper-2.2.4.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.googlecode.jaxb-namespaceprefixmapper-interfaces/JAXBNamespacePrefixMapper/pom.properties
META-INF/maven/com.googlecode.jaxb-namespaceprefixmapper-interfaces/JAXBNamespacePrefixMapper/pom.xml
com.sun.xml.bind.marshaller.NamespacePrefixMapper.class
com.sun.xml.internal.bind.marshaller.NamespacePrefixMapper.class

Pom

JAXBNamespacePrefixMapper-2.2.4.pom file content.

<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.sonatype.oss</groupId>
    <artifactId>oss-parent</artifactId>
    <version>7</version>
  </parent>  
  <groupId>com.googlecode.jaxb-namespaceprefixmapper-interfaces</groupId>
  <artifactId>JAXBNamespacePrefixMapper</artifactId>
  <packaging>jar</packaging>  
  <version>2.2.4</version>
  <name>JAXB-NamespacePrefixMapper-Interfaces</name>
  <description>abstract class NamespacePrefixMapper in appropriate packages required at compile time for a JAXB dependent project which uses namespace prefix mapping (eg docx4j) to be able to support both the JAXB reference implementation and the JAXB included in Java 6. </description>
  <url>http://code.google.com/p/jaxb-namespaceprefixmapper-interfaces/</url>
  <licenses>
    <license>
      <name>Common Development and Distribution License (CDDL-1.0)</name>
      <url>http://www.opensource.org/licenses/CDDL-1.0</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <connection>scm:svn:http://jaxb-namespaceprefixmapper-interfaces.googlecode.com/svn/trunk/</connection>
    <developerConnection>scm:svn:https://jaxb-namespaceprefixmapper-interfaces.googlecode.com/svn/trunk/</developerConnection>
    <url>http://jaxb-namespaceprefixmapper-interfaces.googlecode.com/svn/trunk/</url>  	
  </scm>
  <developers>
    <developer>
      <id>jh1</id>
      <name>Jason Harrop</name>
      <email>jharrop@gmail.com</email>
    </developer>
  </developers>  
  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-gpg-plugin</artifactId>
        <executions>
          <execution>
            <id>sign-artifacts</id>
            <phase>verify</phase>
            <goals>
              <goal>sign</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
		<plugin>
			<groupId>org.apache.maven.plugins</groupId>
			<artifactId>maven-compiler-plugin</artifactId>
			<version>2.3.2</version>
			<configuration>
				<source>1.5</source>
				<target>1.5</target>
				<verbose>false</verbose>
			</configuration>
		</plugin>
		<plugin>
			<artifactId>maven-source-plugin</artifactId>
			<executions>
				<execution>
					<goals>
						<goal>jar</goal>
					</goals>
				</execution>
			</executions>
		</plugin>
		<plugin>
			<artifactId>maven-javadoc-plugin</artifactId>
			<executions>
				<execution>
					<id>attach-javadocs</id>
					<goals>
						<goal>jar</goal>
					</goals>
				</execution>
			</executions>
		</plugin>
    </plugins>
  </build>
  
</project>

POM Entry

<dependency>
   <groupId>com.googlecode.jaxb-namespaceprefixmapper-interfaces</groupId>
   <artifactId>JAXBNamespacePrefixMapper</artifactId>
   <version>2.2.4</version>
</dependency>

Download

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



Download JAXBNamespacePrefixMapper-2.2.4.jar file




PreviousNext

Related