You can download org.apache.servicemix.specs.jaxb-api-2.1-2.1.jar in this page.
Apache Open Source
org.apache.servicemix.specs.jaxb-api-2.1-2.1.jar file has the following types.
META-INF/DEPENDENCIES META-INF/LICENSE META-INF/MANIFEST.MF META-INF/NOTICE META-INF/maven/org.apache.servicemix.specs/org.apache.servicemix.specs.jaxb-api-2.1/pom.properties META-INF/maven/org.apache.servicemix.specs/org.apache.servicemix.specs.jaxb-api-2.1/pom.xml META-INF/maven/org.apache.servicemix.specs/org.apache.servicemix.specs.locator/pom.properties META-INF/maven/org.apache.servicemix.specs/org.apache.servicemix.specs.locator/pom.xml javax.xml.bind.Binder.class javax.xml.bind.ContextFinder.class javax.xml.bind.DataBindingException.class javax.xml.bind.DatatypeConverter.class javax.xml.bind.DatatypeConverterInterface.class javax.xml.bind.Element.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.MarshalException.class javax.xml.bind.Marshaller.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.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.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.ValidationEventCollector.class org.apache.servicemix.specs.locator.Activator.class org.apache.servicemix.specs.locator.OsgiLocator.class
org.apache.servicemix.specs.jaxb-api-2.1-2.1.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"> <parent> <artifactId>specs</artifactId> <groupId>org.apache.servicemix.specs</groupId> <version>2.5.0</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.servicemix.specs</groupId> <artifactId>org.apache.servicemix.specs.jaxb-api-2.1</artifactId> <packaging>bundle</packaging> <name>Apache ServiceMix :: Specs :: JAXB API 2.1</name> <version>2.5.0</version> <build> <plugins> <plugin> <groupId>com.google.code.japidiff</groupId> <artifactId>maven-japidiff-plugin</artifactId> <executions> <execution> <goals> <goal>diff</goal> </goals> </execution> </executions> <configuration> <filter>javax/xml/bind.*</filter> <jar>javax.xml.bind:jaxb-api:2.1</jar> </configuration> </plugin> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <configuration> <instructions> <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName> <Bundle-Description>${project.description}</Bundle-Description> <Export-Package>javax.xml.bind*;version=2.1;-split-package:=merge-first;-noimport:=true</Export-Package> <Import-Package>*</Import-Package> <Private-Package>org.apache.servicemix.specs.locator;-split-package:=merge-first</Private-Package> <Bundle-Activator>org.apache.servicemix.specs.locator.Activator</Bundle-Activator> <Implementation-Title>Apache ServiceMix</Implementation-Title> <Implementation-Version>${project.version}</Implementation-Version> </instructions> <unpackBundle>true</unpackBundle> </configuration> </plugin> <plugin> <artifactId>maven-shade-plugin</artifactId> <executions> <execution> <phase>package</phase> <goals> <goal>shade</goal> </goals> <configuration> <artifactSet> <includes> <include>org.apache.servicemix.specs:org.apache.servicemix.specs.locator</include> </includes> </artifactSet> <filters> <filter> <artifact>${project.groupId}:${project.artifactId}</artifact> <excludes> <exclude>org/**</exclude> </excludes> </filter> </filters> <createSourcesJar>${createSourcesJar}</createSourcesJar> <promoteTransitiveDependencies>true</promoteTransitiveDependencies> <createDependencyReducedPom>true</createDependencyReducedPom> </configuration> </execution> </executions> </plugin> </plugins> </build> <profiles> <profile> <id>deploy</id> <build> <plugins> <plugin> <artifactId>maven-source-plugin</artifactId> <version>2.1.1</version> <executions> <execution> <id>attach-sources</id> <phase>process-classes</phase> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <artifactId>maven-dependency-plugin</artifactId> <version>2.8</version> <executions> <execution> <id>copy-legal</id> <phase>generate-resources</phase> <goals> <goal>copy</goal> </goals> <configuration> <artifactItems> <artifactItem> <groupId>org.apache.servicemix.legal</groupId> <artifactId>legal</artifactId> <version>1.0</version> <type>xml</type> <outputDirectory>target/legal/</outputDirectory> </artifactItem> </artifactItems> <stripVersion>true</stripVersion> </configuration> </execution> <execution> <id>unpack-sources</id> <phase>generate-sources</phase> <goals> <goal>unpack</goal> </goals> <configuration> <artifactItems> <artifactItem> <groupId>org.apache.servicemix.specs</groupId> <artifactId>org.apache.servicemix.specs.locator</artifactId> <classifier>sources</classifier> </artifactItem> </artifactItems> <outputDirectory>/home/jbonofre/Workspace/servicemix-specs/target/checkout/jaxb-api-2.1/target/sources</outputDirectory> </configuration> </execution> </executions> </plugin> <plugin> <artifactId>maven-javadoc-plugin</artifactId> <version>2.9.1</version> <executions> <execution> <id>package</id> <phase>package</phase> <goals> <goal>jar</goal> </goals> <configuration> <minmemory>128m</minmemory> <maxmemory>512m</maxmemory> <sourcepath>/home/jbonofre/Workspace/servicemix-specs/target/checkout/jaxb-api-2.1/target/sources</sourcepath> </configuration> </execution> </executions> <configuration> <minmemory>128m</minmemory> <maxmemory>512m</maxmemory> <sourcepath>/home/jbonofre/Workspace/servicemix-specs/target/checkout/jaxb-api-2.1/target/sources</sourcepath> </configuration> </plugin> </plugins> </build> <properties> <createSourcesJar>true</createSourcesJar> </properties> </profile> </profiles> <dependencies> <dependency> <groupId>org.apache.servicemix.specs</groupId> <artifactId>org.apache.servicemix.specs.stax-api-1.0</artifactId> <version>2.5.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-activation_1.1_spec</artifactId> <version>1.1</version> <scope>compile</scope> </dependency> </dependencies> </project>
<dependency> <groupId>org.apache.servicemix.specs</groupId> <artifactId>org.apache.servicemix.specs.jaxb-api-2.1</artifactId> <version>2.1</version> </dependency>
If you think the following org.apache.servicemix.specs.jaxb-api-2.1-2.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download org.apache.servicemix.specs.jaxb-api-2.1-2.1.jar file