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