| 组织ID: |
org.jfxtras |
| 项目ID: |
jfxtras-test-support |
| 版本: |
8.0-r3 |
| 最后修改时间: |
2018-10-16 16:47:03 |
| 包类型: |
jar |
| 标题: |
jfxtras-test-support |
| 描述: |
Miscellaneous components for JavaFX |
| 相关URL: |
http://jfxtras.org |
| 大小: |
10.03KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.jfxtras</groupId>
<artifactId>jfxtras-test-support</artifactId>
<version>8.0-r3</version>
</dependency>
|
| Gradle引入代码: |
org.jfxtras:jfxtras-test-support:8.0-r3
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.jfxtras</groupId>
<artifactId>jfxtras-test-support</artifactId>
<version>8.0-r3</version>
<name>jfxtras-test-support</name>
<description>Miscellaneous components for JavaFX</description>
<url>http://jfxtras.org</url>
<licenses>
<license>
<name>BSD</name>
<url>http://www.opensource.org/licenses/bsd-license.php</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>Tom Eugelink</name>
</developer>
</developers>
<scm>
<connection>scm:git@github.com:jfxtras/jfxtras.git</connection>
<developerConnection>scm:git@github.com:jfxtras/jfxtras.git</developerConnection>
<url>scm:git@github.com:jfxtras/jfxtras.git</url>
</scm>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.10</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.loadui</groupId>
<artifactId>testFx</artifactId>
<version>3.1.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.9.5</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
jfxtras.test.AssertNode$A.class
jfxtras.test.AssertNode.class
jfxtras.test.JFXtrasGuiTest.class
jfxtras.test.TestUtil.class
org.hamcrest.Description.class
org.hamcrest.Matcher.class
org.hamcrest.SelfDescribing.class
|
| 依赖Jar: |
junit-4.10.jar
/junit/junit/4.10
查看junit所有版本文件
testFx-3.1.2.jar
/org.loadui/testFx/3.1.2
查看testFx所有版本文件
mockito-all-1.9.5.jar
/org.mockito/mockito-all/1.9.5
查看mockito-all所有版本文件
|