MVN

org.fxmisc.easybind : easybind

Maven & Gradle

Aug 19, 2014
9 usages
149 stars

EasyBind · Factory methods for easy creation of JavaFX bindings using lambdas.

<dependency>
    <groupId>org.fxmisc.easybind</groupId>
    <artifactId>easybind</artifactId>
    <version>1.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.fxmisc.easybind : easybind to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.3

All Versions

Choose a version of org.fxmisc.easybind : easybind to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
easybind-1.0.3
easybind-1.0.2
easybind-1.0.1
easybind-1.0.0

How to add a dependency to Maven

Add the following org.fxmisc.easybind : easybind maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.fxmisc.easybind</groupId>
    <artifactId>easybind</artifactId>
    <version>1.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.fxmisc.easybind : easybind gradle dependency to your build.gradle file:

implementation 'org.fxmisc.easybind:easybind:1.0.3'

Gradle Kotlin DSL: Add the following org.fxmisc.easybind : easybind gradle kotlin dependency to your build.gradle.kts file:

implementation("org.fxmisc.easybind:easybind:1.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.fxmisc.easybind : easybind sbt scala dependency to your build.sbt file:

libraryDependencies += "org.fxmisc.easybind" % "easybind" % "1.0.3"

Advertisement

Dependencies from Group

Aug 19, 2014
9 usages
149 stars

Discover Dependencies

Aug 23, 2013
119 usages
148 stars
Nov 22, 2005
8 usages
Jul 17, 2013
3 usages
Sep 20, 2005
1 usages
Jan 11, 2006
11 usages
Jun 22, 2009
Sep 07, 2012
5 stars
Jul 25, 2014
1 usages
1 stars