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