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