You can download jboss-jaxb-api_2.2_spec-1.0.4.final.jar in this page.
CDDL or GPLv2 with exceptions
jboss-jaxb-api_2.2_spec-1.0.4.final.jar file has the following types.
META-INF.maven.org.jboss.spec.javax.xml.bind.jboss-jaxb-api_2.2_spec.pom.properties META-INF.maven.org.jboss.spec.javax.xml.bind.jboss-jaxb-api_2.2_spec.pom.xml META-INF/INDEX.LIST META-INF/LICENSE META-INF/MANIFEST.MF META-INF/README NOTE.txt javax.xml.bind.Binder.class javax.xml.bind.ContextFinder.class javax.xml.bind.DataBindingException.class javax.xml.bind.DatatypeConverter.class javax.xml.bind.DatatypeConverterImpl.class javax.xml.bind.DatatypeConverterInterface.class javax.xml.bind.Element.class javax.xml.bind.GetPropertyAction.class javax.xml.bind.JAXB.class javax.xml.bind.JAXBContext.class javax.xml.bind.JAXBElement.class javax.xml.bind.JAXBException.class javax.xml.bind.JAXBIntrospector.class javax.xml.bind.JAXBPermission.class javax.xml.bind.MarshalException.class javax.xml.bind.Marshaller.class javax.xml.bind.Messages.class javax.xml.bind.NotIdentifiableEvent.class javax.xml.bind.ParseConversionEvent.class javax.xml.bind.PrintConversionEvent.class javax.xml.bind.PropertyException.class javax.xml.bind.SchemaOutputResolver.class javax.xml.bind.TypeConstraintException.class javax.xml.bind.UnmarshalException.class javax.xml.bind.Unmarshaller.class javax.xml.bind.UnmarshallerHandler.class javax.xml.bind.ValidationEvent.class javax.xml.bind.ValidationEventHandler.class javax.xml.bind.ValidationEventLocator.class javax.xml.bind.ValidationException.class javax.xml.bind.Validator.class javax.xml.bind.WhiteSpaceProcessor.class javax.xml.bind.annotation.DomHandler.class javax.xml.bind.annotation.W3CDomHandler.class javax.xml.bind.annotation.XmlAccessOrder.class javax.xml.bind.annotation.XmlAccessType.class javax.xml.bind.annotation.XmlAccessorOrder.class javax.xml.bind.annotation.XmlAccessorType.class javax.xml.bind.annotation.XmlAnyAttribute.class javax.xml.bind.annotation.XmlAnyElement.class javax.xml.bind.annotation.XmlAttachmentRef.class javax.xml.bind.annotation.XmlAttribute.class javax.xml.bind.annotation.XmlElement.class javax.xml.bind.annotation.XmlElementDecl.class javax.xml.bind.annotation.XmlElementRef.class javax.xml.bind.annotation.XmlElementRefs.class javax.xml.bind.annotation.XmlElementWrapper.class javax.xml.bind.annotation.XmlElements.class javax.xml.bind.annotation.XmlEnum.class javax.xml.bind.annotation.XmlEnumValue.class javax.xml.bind.annotation.XmlID.class javax.xml.bind.annotation.XmlIDREF.class javax.xml.bind.annotation.XmlInlineBinaryData.class javax.xml.bind.annotation.XmlList.class javax.xml.bind.annotation.XmlMimeType.class javax.xml.bind.annotation.XmlMixed.class javax.xml.bind.annotation.XmlNs.class javax.xml.bind.annotation.XmlNsForm.class javax.xml.bind.annotation.XmlRegistry.class javax.xml.bind.annotation.XmlRootElement.class javax.xml.bind.annotation.XmlSchema.class javax.xml.bind.annotation.XmlSchemaType.class javax.xml.bind.annotation.XmlSchemaTypes.class javax.xml.bind.annotation.XmlSeeAlso.class javax.xml.bind.annotation.XmlTransient.class javax.xml.bind.annotation.XmlType.class javax.xml.bind.annotation.XmlValue.class javax.xml.bind.annotation.adapters.CollapsedStringAdapter.class javax.xml.bind.annotation.adapters.HexBinaryAdapter.class javax.xml.bind.annotation.adapters.NormalizedStringAdapter.class javax.xml.bind.annotation.adapters.XmlAdapter.class javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter.class javax.xml.bind.annotation.adapters.XmlJavaTypeAdapters.class javax.xml.bind.attachment.AttachmentMarshaller.class javax.xml.bind.attachment.AttachmentUnmarshaller.class javax.xml.bind.helpers.AbstractMarshallerImpl.class javax.xml.bind.helpers.AbstractUnmarshallerImpl.class javax.xml.bind.helpers.DefaultValidationEventHandler.class javax.xml.bind.helpers.Messages.class javax.xml.bind.helpers.NotIdentifiableEventImpl.class javax.xml.bind.helpers.ParseConversionEventImpl.class javax.xml.bind.helpers.PrintConversionEventImpl.class javax.xml.bind.helpers.ValidationEventImpl.class javax.xml.bind.helpers.ValidationEventLocatorImpl.class javax.xml.bind.util.JAXBResult.class javax.xml.bind.util.JAXBSource.class javax.xml.bind.util.Messages.class javax.xml.bind.util.ValidationEventCollector.class javax/xml/bind/Messages.properties javax/xml/bind/helpers/Messages.properties javax/xml/bind/util/Messages.properties
jboss-jaxb-api_2.2_spec-1.0.4.final.pom file content.
<?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>9</version> </parent> <groupId>org.jboss.spec.javax.xml.bind</groupId> <artifactId>jboss-jaxb-api_2.2_spec</artifactId> <version>1.0.4.Final</version> <packaging>jar</packaging> <name>Java Architecture for XML Binding 2.2</name> <description>JSR-000222: Java(TM) Architecture for XML Binding (JAXB) 2.2</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> </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.2</Specification-Version> <!-- Set the package version to match the spec version --> <Export-Package> javax.xml.bind*;version=2.2 </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.2</Specification-Version> </manifestEntries> </archive> </configuration> </plugin> </plugins> </build> </project>
<dependency> <groupId>org.jboss.spec.javax.xml.bind</groupId> <artifactId>jboss-jaxb-api_2.2_spec</artifactId> <version>1.0.4.final</version> </dependency>
If you think the following jboss-jaxb-api_2.2_spec-1.0.4.final.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download jboss-jaxb-api_2.2_spec-1.0.4.final.jar file