| Категории |
КатегорииJavaFX Взаимодействие с пользователем |
|---|---|
| Группа | Группаse.europeanspallationsource |
| Идентификатор | Идентификаторjavafx.control.thumbwheel |
| Версия | Версия1.0.4 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/se.europeanspallationsource/javafx.control.thumbwheel/ -->
<dependency>
<groupId>se.europeanspallationsource</groupId>
<artifactId>javafx.control.thumbwheel</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/se.europeanspallationsource/javafx.control.thumbwheel/
implementation 'se.europeanspallationsource:javafx.control.thumbwheel:1.0.4'
// https://jarcasting.com/artifacts/se.europeanspallationsource/javafx.control.thumbwheel/
implementation ("se.europeanspallationsource:javafx.control.thumbwheel:1.0.4")
'se.europeanspallationsource:javafx.control.thumbwheel:jar:1.0.4'
<dependency org="se.europeanspallationsource" name="javafx.control.thumbwheel" rev="1.0.4">
<artifact name="javafx.control.thumbwheel" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.europeanspallationsource', module='javafx.control.thumbwheel', version='1.0.4')
)
libraryDependencies += "se.europeanspallationsource" % "javafx.control.thumbwheel" % "1.0.4"
[se.europeanspallationsource/javafx.control.thumbwheel "1.0.4"]