| Категории |
КатегорииСеть |
|---|---|
| Группа | Группаnet.christophermerrill |
| Идентификатор | ИдентификаторTestFxUtils |
| Версия | Версия1.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| TestFxUtils-1.0.pom | |
| TestFxUtils-1.0.jar | 4 KB |
| TestFxUtils-1.0-sources.jar | 2 KB |
| TestFxUtils-1.0-javadoc.jar | 23 KB |
| Обзор |
<!-- 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"]