Download composite-testing-3.1.jar file

Introduction

You can download composite-testing-3.1.jar in this page.

License

Open Source

Type List

composite-testing-3.1.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.avaje.composite/composite-testing/pom.properties
META-INF/maven/org.avaje.composite/composite-testing/pom.xml

Pom

composite-testing-3.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/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>

  <groupId>org.avaje.composite</groupId>
  <artifactId>composite-testing</artifactId>
  <version>3.1</version>
  <packaging>jar</packaging>

  <parent>
    <groupId>org.avaje</groupId>
    <artifactId>oss-parent</artifactId>
    <version>1.1</version>
  </parent>

  <scm>
    <developerConnection>scm:git:https://github.com/avaje-pom/composite-testing.git</developerConnection>
    <tag>composite-testing-3.1</tag>
  </scm>
  
  <dependencies>

    <dependency>
      <groupId>org.testng</groupId>
      <artifactId>testng</artifactId>
      <version>6.9.10</version>
    </dependency>

    <dependency>
      <groupId>org.assertj</groupId>
      <artifactId>assertj-core</artifactId>
      <version>3.3.0</version>
    </dependency>

    <dependency>
      <groupId>com.h2database</groupId>
      <artifactId>h2</artifactId>
      <version>1.4.191</version>
    </dependency>

    <dependency>
      <groupId>org.mockito</groupId>
      <artifactId>mockito-core</artifactId>
      <version>1.10.19</version>
    </dependency>

    <dependency>
      <groupId>ch.qos.logback</groupId>
      <artifactId>logback-classic</artifactId>
      <version>[1,2)</version>
    </dependency>

  </dependencies>

</project>

POM Entry

<dependency>
   <groupId>org.avaje.composite</groupId>
   <artifactId>composite-testing</artifactId>
   <version>3.1</version>
</dependency>

Download

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



Download composite-testing-3.1.jar file




PreviousNext

Related