is not current version
Last Version 2.0.6

com.jgoodies:binding 2.0.1

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.

GroupId

GroupId

com.jgoodies
ArtifactId

ArtifactId

binding
Version

Version

2.0.1
Type

Type

jar

Download binding 2.0.1


<!-- https://jarcasting.com/artifacts/com.jgoodies/binding/ -->
<dependency>
    <groupId>com.jgoodies</groupId>
    <artifactId>binding</artifactId>
    <version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.jgoodies/binding/
implementation 'com.jgoodies:binding:2.0.1'
// https://jarcasting.com/artifacts/com.jgoodies/binding/
implementation ("com.jgoodies:binding:2.0.1")
'com.jgoodies:binding:jar:2.0.1'
<dependency org="com.jgoodies" name="binding" rev="2.0.1">
  <artifact name="binding" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jgoodies', module='binding', version='2.0.1')
)
libraryDependencies += "com.jgoodies" % "binding" % "2.0.1"
[com.jgoodies/binding "2.0.1"]