Download testres-1.6.jar file

Introduction

You can download testres-1.6.jar in this page.

License

Open Source

Type List

testres-1.6.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.milyn/testres/pom.properties
META-INF/maven/org.milyn/testres/pom.xml
log4j.xml
org.milyn.test.ant.AntRunner.class

Pom

testres-1.6.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.milyn</groupId>
        <artifactId>smooks-parent</artifactId>
        <version>1.6</version>
        <relativePath>../smooks-parent/pom.xml</relativePath>
    </parent>
    <name>Milyn :: Test Resources</name>
    <artifactId>testres</artifactId>
    <packaging>bundle</packaging>

    <dependencies>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
        </dependency>
        <dependency>
            <groupId>xmlunit</groupId>
            <artifactId>xmlunit</artifactId>
        </dependency>
        <dependency>
            <groupId>log4j</groupId>
            <artifactId>log4j</artifactId>
        </dependency>
        <dependency>
            <groupId>org.apache.ant</groupId>
            <artifactId>ant</artifactId>
        </dependency>
        <dependency>
            <groupId>mockobjects</groupId>
            <artifactId>mockobjects-jdk1.4</artifactId>
        </dependency>
        <dependency>
            <groupId>mockobjects</groupId>
            <artifactId>mockobjects-core</artifactId>
        </dependency>
        <dependency>
            <groupId>mockobjects</groupId>
            <artifactId>mockobjects-j1.4-j2ee1.3</artifactId>
        </dependency>
        <dependency>
            <groupId>org.mockito</groupId>
            <artifactId>mockito-all</artifactId>
        </dependency>
    </dependencies>

</project>

POM Entry

<dependency>
   <groupId>org.milyn</groupId>
   <artifactId>testres</artifactId>
   <version>1.6</version>
</dependency>

Download

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



Download testres-1.6.jar file




PreviousNext

Related