License |
License |
---|---|
GroupId | GroupIdcom.jgoodies |
ArtifactId | ArtifactIdbinding |
Last Version | Last Version2.0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJGoodies 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.
|
Filename | Size |
---|---|
binding-2.0.6.pom | |
binding-2.0.6.jar | 163 KB |
binding-2.0.6-sources.jar | 215 KB |
binding-2.0.6-javadoc.jar | 483 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jgoodies/binding/ -->
<dependency>
<groupId>com.jgoodies</groupId>
<artifactId>binding</artifactId>
<version>2.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.jgoodies/binding/
implementation 'com.jgoodies:binding:2.0.6'
// https://jarcasting.com/artifacts/com.jgoodies/binding/
implementation ("com.jgoodies:binding:2.0.6")
'com.jgoodies:binding:jar:2.0.6'
<dependency org="com.jgoodies" name="binding" rev="2.0.6">
<artifact name="binding" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jgoodies', module='binding', version='2.0.6')
)
libraryDependencies += "com.jgoodies" % "binding" % "2.0.6"
[com.jgoodies/binding "2.0.6"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.4 |