| 组织ID: |
org.jboss.spec.javax.xml.bind |
| 项目ID: |
jboss-jaxb-api_2.3_spec |
| 版本: |
1.0.0.Alpha1 |
| 最后修改时间: |
2018-08-10 16:18:46 |
| 包类型: |
jar |
| 标题: |
Java Architecture for XML Binding 2.3 |
| 描述: |
JSR-000222: Java(TM) Architecture for XML Binding (JAXB) 2.3 |
| 大小: |
128.39KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.jboss.spec.javax.xml.bind</groupId>
<artifactId>jboss-jaxb-api_2.3_spec</artifactId>
<version>1.0.0.Alpha1</version>
</dependency>
|
| Gradle引入代码: |
org.jboss.spec.javax.xml.bind:jboss-jaxb-api_2.3_spec:1.0.0.Alpha1
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version='1.0' encoding='UTF-8'?>
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jboss</groupId>
<artifactId>jboss-parent</artifactId>
<version>25</version>
</parent>
<groupId>org.jboss.spec.javax.xml.bind</groupId>
<artifactId>jboss-jaxb-api_2.3_spec</artifactId>
<version>1.0.0.Alpha1</version>
<packaging>jar</packaging>
<name>Java Architecture for XML Binding 2.3</name>
<description>JSR-000222: Java(TM) Architecture for XML Binding (JAXB) 2.3</description>
<licenses>
<license>
<name>CDDL or GPLv2 with exceptions</name>
<url>https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:git:git@github.com:jboss/jboss-jaxb-api_spec.git</connection>
<developerConnection>scm:git:git@github.com:jboss/jboss-jaxb-api_spec.git</developerConnection>
<url>https://github.com/jboss/jboss-jaxb-api_spec</url>
<tag>jboss-jaxb-api_2.3_spec-1.0.0.Alpha1</tag>
</scm>
<build>
<plugins>
<!-- Include LICENSE.txt in the META-INF directory -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<executions>
<execution>
<id>copy-resources</id>
<phase>process-resources</phase>
<goals>
<goal>copy-resources</goal>
</goals>
<configuration>
<resources>
<resource>
<directory>${basedir}</directory>
<includes>
<include>LICENSE</include>
<include>README</include>
</includes>
</resource>
</resources>
<outputDirectory>${project.build.outputDirectory}/META-INF</outputDirectory>
</configuration>
</execution>
</executions>
</plugin>
<!-- Generate the OSGi jar Manifest. -->
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<executions>
<execution>
<id>bundle-manifest</id>
<phase>process-classes</phase>
<goals>
<goal>manifest</goal>
</goals>
</execution>
</executions>
<configuration>
<archive>
<manifest>
<addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
</manifest>
</archive>
<instructions>
<Specification-Title>JSR-000222: Java(TM) Architecture for XML Binding (JAXB)</Specification-Title>
<Specification-Vendor>Oracle</Specification-Vendor>
<Specification-Version>2.3</Specification-Version>
<!-- Set the package version to match the spec version -->
<Export-Package>
javax.xml.bind*;version=2.3
</Export-Package>
</instructions>
</configuration>
</plugin>
<!-- Add the OSGi Manifest to the main jar -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<configuration>
<archive>
<manifestEntries>
<Specification-Title>JSR-000222: Java(TM) Architecture for XML Binding (JAXB)</Specification-Title>
<Specification-Vendor>Oracle</Specification-Vendor>
<Specification-Version>2.3</Specification-Version>
</manifestEntries>
</archive>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
javax.xml.bind.annotation.adapters.CollapsedStringAdapter.class
javax.xml.bind.annotation.XmlAccessOrder.class
javax.xml.bind.annotation.XmlAccessorOrder.class
javax.xml.bind.annotation.XmlElement.class
javax.xml.bind.annotation.XmlEnum.class
javax.xml.bind.annotation.XmlNs.class
javax.xml.bind.annotation.XmlSeeAlso.class
javax.xml.bind.annotation.XmlTransient.class
javax.xml.bind.ContextFinder$2.class
javax.xml.bind.ContextFinder$3.class
javax.xml.bind.DatatypeConverterInterface.class
javax/xml/bind/helpers/Messages.properties
javax.xml.bind.helpers.NotIdentifiableEventImpl.class
javax.xml.bind.JAXBContext.class
javax.xml.bind.Marshaller$Listener.class
javax.xml.bind.PropertyException.class
javax.xml.bind.SchemaOutputResolver.class
javax.xml.bind.util.JAXBResult.class
javax.xml.bind.util.JAXBSource$1.class
javax.xml.bind.ValidationException.class
META-INF/INDEX.LIST
javax.xml.bind.annotation.adapters.HexBinaryAdapter.class
javax.xml.bind.annotation.W3CDomHandler.class
javax.xml.bind.annotation.XmlAttribute.class
javax.xml.bind.annotation.XmlElements.class
javax.xml.bind.annotation.XmlValue.class
javax.xml.bind.Element.class
javax.xml.bind.JAXBContext$1.class
javax.xml.bind.JAXBPermission.class
javax.xml.bind.MarshalException.class
javax.xml.bind.PrintConversionEvent.class
javax.xml.bind.Unmarshaller.class
javax.xml.bind.UnmarshallerHandler.class
javax.xml.bind.ValidationEventHandler.class
META-INF/maven/org.jboss.spec.javax.xml.bind/jboss-jaxb-api_2.3_spec/pom.xml
javax.xml.bind.annotation.adapters.NormalizedStringAdapter.class
javax.xml.bind.annotation.XmlElement$DEFAULT.class
javax.xml.bind.annotation.XmlElementWrapper.class
javax.xml.bind.annotation.XmlMixed.class
javax.xml.bind.annotation.XmlSchemaTypes.class
javax.xml.bind.Binder.class
javax.xml.bind.ContextFinder$1.class
javax.xml.bind.DatatypeConverterImpl$CalendarFormatter.class
javax.xml.bind.helpers.Messages.class
javax.xml.bind.ValidationEventLocator.class
META-INF/maven/org.jboss.spec.javax.xml.bind/jboss-jaxb-api_2.3_spec/pom.properties
javax.xml.bind.annotation.adapters.XmlAdapter.class
javax.xml.bind.annotation.XmlAccessorType.class
javax.xml.bind.annotation.XmlElementDecl$GLOBAL.class
javax.xml.bind.annotation.XmlElementDecl.class
javax.xml.bind.annotation.XmlID.class
javax.xml.bind.annotation.XmlRegistry.class
javax.xml.bind.annotation.XmlRootElement.class
javax.xml.bind.DatatypeConverterImpl.class
javax.xml.bind.helpers.PrintConversionEventImpl.class
javax.xml.bind.helpers.ValidationEventImpl.class
javax.xml.bind.helpers.ValidationEventLocatorImpl.class
javax.xml.bind.JAXBException.class
javax.xml.bind.JAXBIntrospector.class
javax.xml.bind.NotIdentifiableEvent.class
javax.xml.bind.UnmarshalException.class
javax.xml.bind.Unmarshaller$Listener.class
javax.xml.bind.util.ValidationEventCollector.class
javax.xml.bind.ValidationEvent.class
META-INF/README
javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter$DEFAULT.class
javax.xml.bind.annotation.XmlAccessType.class
javax.xml.bind.annotation.XmlAnyAttribute.class
javax.xml.bind.annotation.XmlElementRef$DEFAULT.class
javax.xml.bind.annotation.XmlIDREF.class
javax.xml.bind.annotation.XmlType$DEFAULT.class
javax.xml.bind.annotation.XmlType.class
javax.xml.bind.ContextFinder$4.class
javax.xml.bind.ContextFinder$5.class
javax.xml.bind.GetPropertyAction.class
javax.xml.bind.helpers.ParseConversionEventImpl.class
javax.xml.bind.JAXBContextFactory.class
javax.xml.bind.Marshaller.class
META-INF/LICENSE.txt
javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter.class
javax.xml.bind.annotation.XmlEnumValue.class
javax.xml.bind.annotation.XmlNsForm.class
javax.xml.bind.helpers.AbstractMarshallerImpl.class
javax.xml.bind.JAXBElement$GlobalScope.class
javax.xml.bind.JAXBElement.class
javax/xml/bind/Messages.properties
javax.xml.bind.ModuleUtil.class
javax.xml.bind.TypeConstraintException.class
javax.xml.bind.util.Messages.class
javax.xml.bind.WhiteSpaceProcessor.class
javax.xml.bind.annotation.adapters.XmlJavaTypeAdapters.class
javax.xml.bind.annotation.XmlAnyElement.class
javax.xml.bind.annotation.XmlElementRef.class
javax.xml.bind.annotation.XmlInlineBinaryData.class
javax.xml.bind.annotation.XmlSchema.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
无
|