Download takari-cpsuite-1.2.7.jar file

Introduction

You can download takari-cpsuite-1.2.7.jar in this page.

License

Open Source

Type List

takari-cpsuite-1.2.7.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/io.takari.junit/takari-cpsuite/pom.properties
META-INF/takari/export-package
org.junit.extensions.cpsuite.AcceptAllTester.class
org.junit.extensions.cpsuite.ClassTester.class
org.junit.extensions.cpsuite.ClassesFinder.class
org.junit.extensions.cpsuite.ClassesFinderFactory.class
org.junit.extensions.cpsuite.ClasspathClassesFinder.class
org.junit.extensions.cpsuite.ClasspathFinderFactory.class
org.junit.extensions.cpsuite.ClasspathSuite.class
org.junit.extensions.cpsuite.ClasspathSuiteTester.class
org.junit.extensions.cpsuite.JarFilenameIterator.class
org.junit.extensions.cpsuite.NullIterator.class
org.junit.extensions.cpsuite.RecursiveFilenameIterator.class
org.junit.extensions.cpsuite.SuiteType.class

Pom

takari-cpsuite-1.2.7.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>io.takari</groupId>
    <artifactId>takari</artifactId>
    <version>14</version>
  </parent>
  <groupId>io.takari.junit</groupId>
  <artifactId>takari-cpsuite</artifactId>
  <version>1.2.7</version>
  <packaging>takari-jar</packaging>
  
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.8.2</version>
    </dependency>
  </dependencies>  
  
  <build>
    <plugins>
      <plugin>
        <groupId>io.takari.maven.plugins</groupId>
        <artifactId>takari-lifecycle-plugin</artifactId>
        <version>1.10.1</version>
        <extensions>true</extensions>
      </plugin>
    </plugins>
  </build>  

  <scm>
    <tag>takari-cpsuite-1.2.7</tag>
  </scm>
</project>

POM Entry

<dependency>
   <groupId>io.takari.junit</groupId>
   <artifactId>takari-cpsuite</artifactId>
   <version>1.2.7</version>
</dependency>

Download

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



Download takari-cpsuite-1.2.7.jar file




PreviousNext

Related