| Categories | CategoriesSpock Application Testing & Monitoring | 
|---|---|
| GroupId | GroupIdorg.testfx | 
| ArtifactId | ArtifactIdtestfx-spock | 
| Version | Version4.0.9-alpha | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| testfx-spock-4.0.9-alpha.pom | |
| testfx-spock-4.0.9-alpha.jar | 14 KB | 
| testfx-spock-4.0.9-alpha-sources.jar | 699 bytes | 
| testfx-spock-4.0.9-alpha-javadoc.jar | 261 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.testfx/testfx-spock/ -->
<dependency>
    <groupId>org.testfx</groupId>
    <artifactId>testfx-spock</artifactId>
    <version>4.0.9-alpha</version>
</dependency>// https://jarcasting.com/artifacts/org.testfx/testfx-spock/
implementation 'org.testfx:testfx-spock:4.0.9-alpha'// https://jarcasting.com/artifacts/org.testfx/testfx-spock/
implementation ("org.testfx:testfx-spock:4.0.9-alpha")'org.testfx:testfx-spock:jar:4.0.9-alpha'<dependency org="org.testfx" name="testfx-spock" rev="4.0.9-alpha">
  <artifact name="testfx-spock" type="jar" />
</dependency>@Grapes(
@Grab(group='org.testfx', module='testfx-spock', version='4.0.9-alpha')
)libraryDependencies += "org.testfx" % "testfx-spock" % "4.0.9-alpha"[org.testfx/testfx-spock "4.0.9-alpha"]