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