POM was created from install:install-file.
Here is the list of declaration for jaxb-impl. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>javax.xml</groupId> <artifactId>jaxb-impl</artifactId> <version>2.1</version> </dependency>
If you think this Maven repository POM file listing for jaxb-impl is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following packages are defined in the jaxb-impl-2.1.jar
com.sun.istack com.sun.xml.bind com.sun.xml.bind.annotation com.sun.xml.bind.api com.sun.xml.bind.api.impl com.sun.xml.bind.marshaller com.sun.xml.bind.unmarshaller com.sun.xml.bind.util com.sun.xml.bind.v2 com.sun.xml.bind.v2.bytecode com.sun.xml.bind.v2.model.annotation com.sun.xml.bind.v2.model.core com.sun.xml.bind.v2.model.impl com.sun.xml.bind.v2.model.nav com.sun.xml.bind.v2.model.runtime com.sun.xml.bind.v2.runtime com.sun.xml.bind.v2.runtime.output com.sun.xml.bind.v2.runtime.property com.sun.xml.bind.v2.runtime.reflect com.sun.xml.bind.v2.runtime.reflect.opt com.sun.xml.bind.v2.runtime.unmarshaller com.sun.xml.bind.v2.schemagen com.sun.xml.bind.v2.schemagen.episode com.sun.xml.bind.v2.schemagen.xmlschema com.sun.xml.bind.v2.util com.sun.xml.txw2 com.sun.xml.txw2.annotation com.sun.xml.txw2.output
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?><project> <modelVersion>4.0.0</modelVersion> <groupId>javax.xml</groupId> <artifactId>jaxb-impl</artifactId> <version>2.1</version> <description>POM was created from install:install-file</description> </project>