w

wellbehavedfx

Composable event handlers and skin skeletons for JavaFX controls.
http://www.fxmisc.org/wellbehaved/
The BSD 2-Clause License
Tomas Mikula
Files download
File Operation
wellbehavedfx-0.3.3.jar download
wellbehavedfx-0.3.3.pom download
wellbehavedfx-0.3.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.fxmisc.wellbehaved</groupId>
  <artifactId>wellbehavedfx</artifactId>
  <version>0.3.3</version>
</dependency>
Gradle Groovy
implementation 'org.fxmisc.wellbehaved:wellbehavedfx:0.3.3'
Gradle Kotlin
implementation("org.fxmisc.wellbehaved:wellbehavedfx:0.3.3")
Scala SBT
libraryDependencies += "org.fxmisc.wellbehaved" % "wellbehavedfx" % "0.3.3"
Groovy Grape
@Grapes(
  @Grab(group='org.fxmisc.wellbehaved', module='wellbehavedfx', version='0.3.3')
)
Apache Ivy
<dependency org="org.fxmisc.wellbehaved" name="wellbehavedfx" rev="0.3.3" />
Leiningen
[org.fxmisc.wellbehaved/wellbehavedfx "0.3.3"]
Apache Buildr
'org.fxmisc.wellbehaved:wellbehavedfx:jar:0.3.3'