is not current version
Last Version 2.1

net.christophermerrill:TestFxUtils 2.0

Tools for using TestFx to test JavaFX applications

Categories

Categories

Net
GroupId

GroupId

net.christophermerrill
ArtifactId

ArtifactId

TestFxUtils
Version

Version

2.0
Type

Type

jar

Download TestFxUtils 2.0


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