| 组织ID: |
com.googlecode.jaxb-namespaceprefixmapper-interfaces |
| 项目ID: |
JAXBNamespacePrefixMapper |
| 版本: |
6.1.0 |
| 最后修改时间: |
2018-09-26 16:49:57 |
| 包类型: |
jar |
| 标题: |
JAXB-NamespacePrefixMapper-Interfaces |
| 描述: |
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. |
| 相关URL: |
https://github.com/plutext/JAXBNamespacePrefixMapper |
| 大小: |
8.10KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.googlecode.jaxb-namespaceprefixmapper-interfaces</groupId>
<artifactId>JAXBNamespacePrefixMapper</artifactId>
<version>6.1.0</version>
</dependency>
|
| Gradle引入代码: |
com.googlecode.jaxb-namespaceprefixmapper-interfaces:JAXBNamespacePrefixMapper:6.1.0
|
| 下载Jar包: |
|
| POM文件内容: |
<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>6.1.0</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>https://github.com/plutext/JAXBNamespacePrefixMapper</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>
<!-- MOXy: -->
<license>
<name>Eclipse Public License v1.0</name>
<url>http://www.eclipse.org/legal/epl-v10.html</url>
<distribution>repo</distribution>
</license>
<license>
<name>Eclipse Distribution License v. 1.0</name>
<url>http://www.eclipse.org/org/documents/edl-v10.php</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<developerConnection>scm:git|git@github.com:plutext/JAXBNamespacePrefixMapper.git</developerConnection>
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- github server corresponds to entry in ~/.m2/settings.xml -->
<github.global.server>github</github.global.server>
</properties>
<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.6</source>
<target>1.6</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>
<version>2.8</version>
<configuration>
<maxmemory>512m</maxmemory>
<!-- 18 MB without the exclusion; still 15MB with -->
<!-- <excludePackageNames>org.plutext.jaxb.svg11:org.plutext.jaxb.xslfo</excludePackageNames> -->
<additionalparam>-Xdoclint:none</additionalparam> <!-- for Java 8 -->
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<profiles> <!-- use -P eg mvn -Psign-artifacts -->
<profile>
<id>sign-artifacts</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.4</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.sun.xml.bind.marshaller.NamespacePrefixMapper.class
com.sun.xml.internal.bind.marshaller.NamespacePrefixMapper.class
org.eclipse.persistence.internal.oxm.MediaType.class
org.eclipse.persistence.internal.oxm.NamespacePrefixMapper.class
org.eclipse.persistence.oxm.MediaType.class
org.eclipse.persistence.oxm.NamespacePrefixMapper.class
META-INF/maven/com.googlecode.jaxb-namespaceprefixmapper-interfaces/JAXBNamespacePrefixMapper/pom.xml
META-INF/maven/com.googlecode.jaxb-namespaceprefixmapper-interfaces/JAXBNamespacePrefixMapper/pom.properties
|
| 依赖Jar: |
无
|