| GroupId | GroupIdjgoodies | 
    
|---|---|
| ArtifactId | ArtifactIdbinding | 
    
| Last Version | Last Version1.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionBinding 
            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. 
         | 
    
| Filename | Size | 
|---|---|
| binding-1.0.pom | |
| binding-1.0.jar | 110 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/jgoodies/binding/ -->
<dependency>
    <groupId>jgoodies</groupId>
    <artifactId>binding</artifactId>
    <version>1.0</version>
</dependency>
                // https://jarcasting.com/artifacts/jgoodies/binding/
implementation 'jgoodies:binding:1.0'
                // https://jarcasting.com/artifacts/jgoodies/binding/
implementation ("jgoodies:binding:1.0")
                'jgoodies:binding:jar:1.0'
                <dependency org="jgoodies" name="binding" rev="1.0">
  <artifact name="binding" type="jar" />
</dependency>
                @Grapes(
@Grab(group='jgoodies', module='binding', version='1.0')
)
                libraryDependencies += "jgoodies" % "binding" % "1.0"
                [jgoodies/binding "1.0"]