Download testing-0.4.1.5.jar file

Introduction

You can download testing-0.4.1.5.jar in this page.

License

Apache License

Type List

testing-0.4.1.5.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.jvnet.jaxb2_commons/testing/pom.properties
META-INF/maven/org.jvnet.jaxb2_commons/testing/pom.xml
org.jvnet.jaxb2_commons.lang.builder.ExtendedJAXBEqualsBuilder.class
org.jvnet.jaxb2_commons.test.AbstractSamplesTest.class

Pom

testing-0.4.1.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>testing</artifactId>
	<packaging>jar</packaging>
	<name>JAXB2 Commons Testing</name>
	<parent>
		<groupId>org.jvnet.jaxb2_commons</groupId>
		<artifactId>project</artifactId>
		<version>0.4.1.5</version>
	</parent>
	<dependencies>
		<dependency>
			<groupId>xmlunit</groupId>
			<artifactId>xmlunit</artifactId>
			<version>1.0</version>
			<scope>compile</scope>
		</dependency>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<scope>compile</scope>
		</dependency>
		<dependency>
			<groupId>commons-io</groupId>
			<artifactId>commons-io</artifactId>
		</dependency>
		<dependency>
			<groupId>org.jvnet.jaxb2_commons</groupId>
			<artifactId>tools</artifactId>
		</dependency>
		<dependency>
			<groupId>org.jvnet.jaxb2_commons</groupId>
			<artifactId>runtime</artifactId>
			<exclusions>
				<exclusion>
					<groupId>com.sun.xml.bind</groupId>
					<artifactId>jaxb-impl</artifactId>
				</exclusion>
			</exclusions>
		</dependency>
		<dependency>
			<groupId>org.jvnet.jaxb2.maven2</groupId>
			<artifactId>maven-jaxb2-plugin</artifactId>
			<scope>provided</scope>
			<optional>true</optional>
		</dependency>
	</dependencies>
	<build>
		<defaultGoal>install</defaultGoal>
	</build>
</project>

POM Entry

<dependency>
   <groupId>org.jvnet.jaxb2_commons</groupId>
   <artifactId>testing</artifactId>
   <version>0.4.1.5</version>
</dependency>

Download

If you think the following testing-0.4.1.5.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download testing-0.4.1.5.jar file




PreviousNext

Related