Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.christophermerrill |
ArtifactId | ArtifactIdTestFxUtils |
Version | Version1.3 |
Type | Typejar |
Filename | Size |
---|---|
TestFxUtils-1.3.pom | |
TestFxUtils-1.3.jar | 9 KB |
TestFxUtils-1.3-sources.jar | 4 KB |
TestFxUtils-1.3-javadoc.jar | 370 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.christophermerrill/TestFxUtils/ -->
<dependency>
<groupId>net.christophermerrill</groupId>
<artifactId>TestFxUtils</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.christophermerrill/TestFxUtils/
implementation 'net.christophermerrill:TestFxUtils:1.3'
// https://jarcasting.com/artifacts/net.christophermerrill/TestFxUtils/
implementation ("net.christophermerrill:TestFxUtils:1.3")
'net.christophermerrill:TestFxUtils:jar:1.3'
<dependency org="net.christophermerrill" name="TestFxUtils" rev="1.3">
<artifact name="TestFxUtils" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.christophermerrill', module='TestFxUtils', version='1.3')
)
libraryDependencies += "net.christophermerrill" % "TestFxUtils" % "1.3"
[net.christophermerrill/TestFxUtils "1.3"]