w

wellbehavedfx

Composable event handlers and skin skeletons for JavaFX controls.
http://www.fxmisc.org/wellbehaved/
The BSD 2-Clause License
Tomas Mikula
文件下载
文件名 操作
wellbehavedfx-0.1.1.jar 下载
wellbehavedfx-0.1.1.pom 下载
wellbehavedfx-0.1.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.fxmisc.wellbehaved</groupId>
  <artifactId>wellbehavedfx</artifactId>
  <version>0.1.1</version>
</dependency>
Gradle Groovy
implementation 'org.fxmisc.wellbehaved:wellbehavedfx:0.1.1'
Gradle Kotlin
implementation("org.fxmisc.wellbehaved:wellbehavedfx:0.1.1")
Scala SBT
libraryDependencies += "org.fxmisc.wellbehaved" % "wellbehavedfx" % "0.1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.fxmisc.wellbehaved', module='wellbehavedfx', version='0.1.1')
)
Apache Ivy
<dependency org="org.fxmisc.wellbehaved" name="wellbehavedfx" rev="0.1.1" />
Leiningen
[org.fxmisc.wellbehaved/wellbehavedfx "0.1.1"]
Apache Buildr
'org.fxmisc.wellbehaved:wellbehavedfx:jar:0.1.1'
本项目依赖

test

|-- junit:junit