Download jgoodies-binding-2.13.0.jar file - Jar j

Jar examples for j:jgoodies-binding

Description

The JGoodies Binding library connects object properties to Swing user interface components. And it helps you represent the state and behavior of a presentation independently of the GUI components used in the interface.

You can download jar file jgoodies-binding 2.13.0 in this page.

License

The BSD License

Build File

You can use the following script to add jgoodies-binding-2.13.0.jar to your project.

<dependency>
   <groupId>com.jgoodies</groupId>
   <artifactId>jgoodies-binding</artifactId>
   <version>2.13.0</version>
</dependency>
compile group: 'com.jgoodies', name: 'jgoodies-binding', version: '2.13.0'
libraryDependencies += "com.jgoodies" % "jgoodies-binding" % "2.13.0"
<dependency org="com.jgoodies" name="jgoodies-binding" rev="2.13.0"/>
@Grapes(@Grab(group='com.jgoodies', module='jgoodies-binding', version='2.13.0'))
'com.jgoodies:jgoodies-binding:jar:2.13.0'

Download

Click the following link to download the jar file.

jgoodies-binding-2.13.0-javadoc.jar
jgoodies-binding-2.13.0-sources.jar
jgoodies-binding-2.13.0.jar
jgoodies-binding-2.13.0.pom



Related Tutorials