| Группа | Группаorg.jfxtras |
|---|---|
| Идентификатор | Идентификаторjfxtras-parent |
| Версия | Версия14-r1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| jfxtras-parent-14-r1.pom | 14 KB |
| jfxtras-parent-14-r1-javadoc.jar | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.jfxtras/jfxtras-parent/ -->
<dependency>
<groupId>org.jfxtras</groupId>
<artifactId>jfxtras-parent</artifactId>
<version>14-r1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jfxtras/jfxtras-parent/
implementation 'org.jfxtras:jfxtras-parent:14-r1'
// https://jarcasting.com/artifacts/org.jfxtras/jfxtras-parent/
implementation ("org.jfxtras:jfxtras-parent:14-r1")
'org.jfxtras:jfxtras-parent:jar:14-r1'
<dependency org="org.jfxtras" name="jfxtras-parent" rev="14-r1">
<artifact name="jfxtras-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jfxtras', module='jfxtras-parent', version='14-r1')
)
libraryDependencies += "org.jfxtras" % "jfxtras-parent" % "14-r1"
[org.jfxtras/jfxtras-parent "14-r1"]