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.1.jar download
wellbehavedfx-0.1.pom download
wellbehavedfx-0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.fxmisc.wellbehaved</groupId>
  <artifactId>wellbehavedfx</artifactId>
  <version>0.1</version>
</dependency>
Gradle Groovy
implementation 'org.fxmisc.wellbehaved:wellbehavedfx:0.1'
Gradle Kotlin
implementation("org.fxmisc.wellbehaved:wellbehavedfx:0.1")
Scala SBT
libraryDependencies += "org.fxmisc.wellbehaved" % "wellbehavedfx" % "0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.fxmisc.wellbehaved', module='wellbehavedfx', version='0.1')
)
Apache Ivy
<dependency org="org.fxmisc.wellbehaved" name="wellbehavedfx" rev="0.1" />
Leiningen
[org.fxmisc.wellbehaved/wellbehavedfx "0.1"]
Apache Buildr
'org.fxmisc.wellbehaved:wellbehavedfx:jar:0.1'
Dependencies

test

|-- junit:junit