is not current version
Last Version 4.0.16-alpha

org.testfx:testfx-spock 4.0.8-alpha

TestFX Spock

Categories

Categories

Spock Application Testing & Monitoring
GroupId

GroupId

org.testfx
ArtifactId

ArtifactId

testfx-spock
Version

Version

4.0.8-alpha
Type

Type

jar

Download testfx-spock 4.0.8-alpha


<!-- https://jarcasting.com/artifacts/org.testfx/testfx-spock/ -->
<dependency>
    <groupId>org.testfx</groupId>
    <artifactId>testfx-spock</artifactId>
    <version>4.0.8-alpha</version>
</dependency>
// https://jarcasting.com/artifacts/org.testfx/testfx-spock/
implementation 'org.testfx:testfx-spock:4.0.8-alpha'
// https://jarcasting.com/artifacts/org.testfx/testfx-spock/
implementation ("org.testfx:testfx-spock:4.0.8-alpha")
'org.testfx:testfx-spock:jar:4.0.8-alpha'
<dependency org="org.testfx" name="testfx-spock" rev="4.0.8-alpha">
  <artifact name="testfx-spock" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testfx', module='testfx-spock', version='4.0.8-alpha')
)
libraryDependencies += "org.testfx" % "testfx-spock" % "4.0.8-alpha"
[org.testfx/testfx-spock "4.0.8-alpha"]