Download Binding-0.8.0.jar file - Jar b

Jar examples for b: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 Binding 0.8.0 in this page.

License

The BSD License

Build File

You can use the following script to add Binding-0.8.0.jar to your project.

<dependency>
   <groupId>org.apache.flex.flexjs.framework</groupId>
   <artifactId>Binding</artifactId>
   <version>0.8.0</version>
</dependency>
compile group: 'org.apache.flex.flexjs.framework', name: 'Binding', version: '0.8.0'
libraryDependencies += "org.apache.flex.flexjs.framework" % "Binding" % "0.8.0"
<dependency org="org.apache.flex.flexjs.framework" name="Binding" rev="0.8.0"/>
@Grapes(@Grab(group='org.apache.flex.flexjs.framework', module='Binding', version='0.8.0'))
'org.apache.flex.flexjs.framework:Binding:jar:0.8.0'

Download

Click the following link to download the jar file.

Binding-0.8.0-sources.jar
Binding-0.8.0.pom



Related Tutorials