组织ID: |
com.sun.xml.bind |
项目ID: |
jaxb-core |
版本: |
2.1.14 |
最后修改时间: |
2018-07-23 21:33:18 |
包类型: |
jar |
标题: |
JAXB CORE |
描述: |
JAXB (JSR 222) reference implementation - core classes |
相关URL: |
http://jaxb.java.net/ |
大小: |
0.42KB |
|
Maven引入代码: |
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
<version>2.1.14</version>
</dependency>
|
Gradle引入代码: |
com.sun.xml.bind:jaxb-core:2.1.14
|
下载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/maven-v4_0_0.xsd">
<parent>
<groupId>net.java</groupId>
<artifactId>jvnet-parent</artifactId>
<version>1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
<version>2.1.14</version>
<name>JAXB CORE</name>
<description>JAXB (JSR 222) reference implementation - core classes</description>
<url>http://jaxb.java.net/</url>
<organization>
<name>Oracle Corporation</name>
<url>http://www.oracle.com/</url>
</organization>
<developers>
<developer>
<name>Martin Grebac</name>
<email>martin.grebac@oracle.com</email>
<organization>Oracle Corporation</organization>
</developer>
</developers>
<licenses>
<license>
<name>CDDL 1.1</name>
<url>https://glassfish.java.net/public/CDDL+GPL_1_1.html</url>
<distribution>repo</distribution>
</license>
<license>
<name>GPL2 w/ CPE</name>
<url>https://glassfish.java.net/public/CDDL+GPL_1_1.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:svn:http://svn.java.net/svn/jaxb~version2/branches/jaxb-2_1-branch/jaxb-ri</connection>
<developerConnection>scm:svn:https://svn.java.net/svn/jaxb~version2/branches/jaxb-2_1-branch/jaxb-ri</developerConnection>
<url>http://java.net/projects/jaxb/sources/version2/show/branches/jaxb-2_1-branch/jaxb-ri</url>
</scm>
<dependencies>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.1</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>releases.java.net</id>
<url>https://maven.java.net/content/repositories/releases/</url>
<layout>default</layout>
</repository>
<repository>
<id>staging.java.net</id>
<url>https://maven.java.net/content/groups/staging/</url>
<layout>default</layout>
</repository>
</repositories>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
FILE
|
依赖Jar: |
jaxb-api-2.1.jar
/javax.xml.bind/jaxb-api/2.1
查看jaxb-api所有版本文件
|