Jar examples for j:jgoodies-binding
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.7.0 in this page.
The BSD License
You can use the following script to add jgoodies-binding-2.7.0.jar to your project.
<dependency> <groupId>com.jgoodies</groupId> <artifactId>jgoodies-binding</artifactId> <version>2.7.0</version> </dependency>
compile group: 'com.jgoodies', name: 'jgoodies-binding', version: '2.7.0'
libraryDependencies += "com.jgoodies" % "jgoodies-binding" % "2.7.0"
<dependency org="com.jgoodies" name="jgoodies-binding" rev="2.7.0"/>
@Grapes(@Grab(group='com.jgoodies', module='jgoodies-binding', version='2.7.0'))
'com.jgoodies:jgoodies-binding:jar:2.7.0'
Click the following link to download the jar file.
jgoodies-binding-2.7.0-javadoc.jar