Download testfx-junit-4.0.1.jar file

Introduction

You can download testfx-junit-4.0.1.jar in this page.

License

European Union Public Licence, Version 1.1

Type List

testfx-junit-4.0.1.jar file has the following types.

META-INF/MANIFEST.MF
org.testfx.framework.junit.ApplicationTest.class

Pom

testfx-junit-4.0.1.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.testfx</groupId>
  <artifactId>testfx-junit</artifactId>
  <version>4.0.1-alpha</version>
  <dependencies>
    <dependency>
      <groupId>org.testfx</groupId>
      <artifactId>testfx-core</artifactId>
      <version>4.0.1-alpha</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <artifactId>hamcrest-core</artifactId>
          <groupId>org.hamcrest</groupId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
  <name>testfx-junit</name>
  <url>https://github.com/TestFX/TestFX</url>
  <inceptionYear>2013</inceptionYear>
  <licenses>
    <license>
      <name>European Union Public Licence, Version 1.1</name>
      <url>http://ec.europa.eu/idabc/eupl.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <url>https://github.com/TestFX/TestFX</url>
  </scm>
  <developers>
    <developer>
      <id>minisu</id>
      <name>Henrik Olsson</name>
      <url>https://github.com/minisu</url>
      <timezone>+1</timezone>
      <roles>
        <role>former developer</role>
      </roles>
    </developer>
    <developer>
      <id>dainnilsson</id>
      <name>Dain Nilsson</name>
      <url>https://github.com/dainnilsson</url>
      <timezone>+1</timezone>
      <roles>
        <role>project founder</role>
        <role>former developer</role>
      </roles>
    </developer>
    <developer>
      <id>hastebrot</id>
      <name>Benjamin Gudehus</name>
      <url>https://github.com/hastebrot</url>
      <timezone>+1</timezone>
      <roles>
        <role>project maintainer</role>
      </roles>
    </developer>
  </developers>
  <description>TestFX JUnit</description>
</project>

POM Entry

<dependency>
   <groupId>org.testfx</groupId>
   <artifactId>testfx-junit</artifactId>
   <version>4.0.1</version>
</dependency>

Download

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



Download testfx-junit-4.0.1.jar file




PreviousNext

Related