You can download jaxb2-basics-0.6.5.jar in this page.
Open Source
jaxb2-basics-0.6.5.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.jvnet.jaxb2_commons/jaxb2-basics/pom.properties META-INF/maven/org.jvnet.jaxb2_commons/jaxb2-basics/pom.xml META-INF/services/com.sun.tools.xjc.Plugin org.jvnet.jaxb2_commons.plugin.Customizations.class org.jvnet.jaxb2_commons.plugin.CustomizedIgnoring.class org.jvnet.jaxb2_commons.plugin.Ignoring.class org.jvnet.jaxb2_commons.plugin.autoinheritance.AutoInheritancePlugin.class org.jvnet.jaxb2_commons.plugin.copyable.CopyablePlugin.class org.jvnet.jaxb2_commons.plugin.copyable.Customizations.class org.jvnet.jaxb2_commons.plugin.elementwrapper.Customizations.class org.jvnet.jaxb2_commons.plugin.elementwrapper.ElementWrapperPlugin.class org.jvnet.jaxb2_commons.plugin.enumvalue.Customizations.class org.jvnet.jaxb2_commons.plugin.enumvalue.EnumValuePlugin.class org.jvnet.jaxb2_commons.plugin.equals.Customizations.class org.jvnet.jaxb2_commons.plugin.equals.EqualsPlugin.class org.jvnet.jaxb2_commons.plugin.hashcode.Customizations.class org.jvnet.jaxb2_commons.plugin.hashcode.HashCodePlugin.class org.jvnet.jaxb2_commons.plugin.inheritance.Customizations.class org.jvnet.jaxb2_commons.plugin.inheritance.ExtendsClass.class org.jvnet.jaxb2_commons.plugin.inheritance.ImplementsInterface.class org.jvnet.jaxb2_commons.plugin.inheritance.InheritancePlugin.class org.jvnet.jaxb2_commons.plugin.inheritance.ObjectFactory.class org.jvnet.jaxb2_commons.plugin.inheritance.ObjectFactoryCustomization.class org.jvnet.jaxb2_commons.plugin.inheritance.util.JavaTypeParser.class org.jvnet.jaxb2_commons.plugin.inheritance.util.TypeToJTypeConvertingVisitor.class org.jvnet.jaxb2_commons.plugin.jaxbindex.JaxbIndexPlugin.class org.jvnet.jaxb2_commons.plugin.mergeable.Customizations.class org.jvnet.jaxb2_commons.plugin.mergeable.MergeablePlugin.class org.jvnet.jaxb2_commons.plugin.model.AbstractModelPlugin.class org.jvnet.jaxb2_commons.plugin.setters.Customizations.class org.jvnet.jaxb2_commons.plugin.setters.SettersPlugin.class org.jvnet.jaxb2_commons.plugin.simplify.Customizations.class org.jvnet.jaxb2_commons.plugin.simplify.SimplifyPlugin.class org.jvnet.jaxb2_commons.plugin.tostring.Customizations.class org.jvnet.jaxb2_commons.plugin.tostring.ToStringPlugin.class org.jvnet.jaxb2_commons.plugin.util.ArrayUtils.class org.jvnet.jaxb2_commons.plugin.util.FieldOutlineUtils.class org.jvnet.jaxb2_commons.plugin.util.Predicate.class org.jvnet.jaxb2_commons.plugin.util.StrategyClassUtils.class org.jvnet.jaxb2_commons.plugin.wildcard.Customizations.class org.jvnet.jaxb2_commons.plugin.wildcard.WildcardPlugin.class
jaxb2-basics-0.6.5.pom file content.
<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> <groupId>org.jvnet.jaxb2_commons</groupId> <artifactId>jaxb2-basics</artifactId> <packaging>jar</packaging> <version>0.6.5</version> <name>JAXB2 Basics - Basic Plugins</name> <parent> <groupId>org.jvnet.jaxb2_commons</groupId> <artifactId>jaxb2-basics-project</artifactId> <version>0.6.5</version> <relativePath>../pom.xml</relativePath> </parent> <dependencies> <dependency> <groupId>org.jvnet.jaxb2_commons</groupId> <artifactId>jaxb2-basics-runtime</artifactId> </dependency> <dependency> <groupId>org.jvnet.jaxb2_commons</groupId> <artifactId>jaxb2-basics-tools</artifactId> </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-impl</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-xjc</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>com.google.code.javaparser</groupId> <artifactId>javaparser</artifactId> <version>1.0.8</version> </dependency> <dependency> <groupId>org.jvnet.jaxb2.maven2</groupId> <artifactId>maven-jaxb2-plugin-testing</artifactId> <scope>test</scope> </dependency> </dependencies> <build> <defaultGoal>install</defaultGoal> <pluginManagement> <plugins> <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.--> <plugin> <groupId>org.eclipse.m2e</groupId> <artifactId>lifecycle-mapping</artifactId> <version>1.0.0</version> <configuration> <lifecycleMappingMetadata> <pluginExecutions> <pluginExecution> <pluginExecutionFilter> <groupId> org.apache.felix </groupId> <artifactId> maven-bundle-plugin </artifactId> <versionRange> [2.3.7,) </versionRange> <goals> <goal>manifest</goal> </goals> </pluginExecutionFilter> <action> <ignore></ignore> </action> </pluginExecution> <pluginExecution> <pluginExecutionFilter> <groupId> org.jvnet.jaxb2.maven2 </groupId> <artifactId> maven-jaxb2-plugin </artifactId> <versionRange> [0.8.1,) </versionRange> <goals> <goal>generate</goal> </goals> </pluginExecutionFilter> <action> <ignore></ignore> </action> </pluginExecution> </pluginExecutions> </lifecycleMappingMetadata> </configuration> </plugin> </plugins> </pluginManagement> </build> </project>
<dependency> <groupId>org.jvnet.jaxb2_commons</groupId> <artifactId>jaxb2-basics</artifactId> <version>0.6.5</version> </dependency>
If you think the following jaxb2-basics-0.6.5.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download jaxb2-basics-0.6.5.jar file