<dependency> <groupId>org.testfx</groupId> <artifactId>testfx-junit</artifactId> <version>4.0.8-alpha</version> </dependency>
implementation 'org.testfx:testfx-junit:4.0.8-alpha'
implementation("org.testfx:testfx-junit:4.0.8-alpha")
libraryDependencies += "org.testfx" % "testfx-junit" % "4.0.8-alpha"
@Grapes( @Grab(group='org.testfx', module='testfx-junit', version='4.0.8-alpha') )
<dependency org="org.testfx" name="testfx-junit" rev="4.0.8-alpha" />
[org.testfx/testfx-junit "4.0.8-alpha"]
'org.testfx:testfx-junit:jar:4.0.8-alpha'
compile
|-- org.testfx:testfx-core:4.0.8-alpha