is not current version
Last Version 2.13.0

com.jgoodies:jgoodies-binding 2.12.0

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

jgoodies-binding
Version

Version

2.12.0
Type

Type

jar

Download jgoodies-binding 2.12.0


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