| 组织ID: |
org.testfx |
| 项目ID: |
testfx-junit |
| 版本: |
4.0.6-alpha |
| 最后修改时间: |
2018-08-17 20:40:20 |
| 包类型: |
jar |
| 标题: |
testfx-junit |
| 描述: |
TestFX JUnit |
| 相关URL: |
https://github.com/TestFX/TestFX |
| 大小: |
5.53KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.testfx</groupId>
<artifactId>testfx-junit</artifactId>
<version>4.0.6-alpha</version>
</dependency>
|
| Gradle引入代码: |
org.testfx:testfx-junit:4.0.6-alpha
|
| 下载Jar包: |
|
| POM文件内容: |
<?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.6-alpha</version>
<dependencies>
<dependency>
<groupId>org.testfx</groupId>
<artifactId>testfx-core</artifactId>
<version>4.0.6-alpha</version>
<scope>runtime</scope>
</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>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.testfx.framework.junit.ApplicationAdapter.class
org.testfx.framework.junit.ApplicationFixture.class
org.testfx.framework.junit.ApplicationRule$1.class
org.testfx.framework.junit.ApplicationRule.class
org.testfx.framework.junit.ApplicationTest.class
|
| 依赖Jar: |
testfx-core-4.0.6-alpha.jar
/org.testfx/testfx-core/4.0.6-alpha
查看testfx-core所有版本文件
|