License |
License |
---|---|
GroupId | GroupIdorg.fxmisc.easybind |
ArtifactId | ArtifactIdeasybind |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEasyBind
Factory methods for easy creation of JavaFX bindings using lambdas.
|
Filename | Size |
---|---|
easybind-1.0.3.pom | |
easybind-1.0.3.jar | 38 KB |
easybind-1.0.3-sources.jar | 14 KB |
easybind-1.0.3-javadoc.jar | 57 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.fxmisc.easybind/easybind/ -->
<dependency>
<groupId>org.fxmisc.easybind</groupId>
<artifactId>easybind</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.fxmisc.easybind/easybind/
implementation 'org.fxmisc.easybind:easybind:1.0.3'
// https://jarcasting.com/artifacts/org.fxmisc.easybind/easybind/
implementation ("org.fxmisc.easybind:easybind:1.0.3")
'org.fxmisc.easybind:easybind:jar:1.0.3'
<dependency org="org.fxmisc.easybind" name="easybind" rev="1.0.3">
<artifact name="easybind" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fxmisc.easybind', module='easybind', version='1.0.3')
)
libraryDependencies += "org.fxmisc.easybind" % "easybind" % "1.0.3"
[org.fxmisc.easybind/easybind "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | [4.0,) |