License |
License |
---|---|
GroupId | GroupIdcom.jgoodies |
ArtifactId | ArtifactIdjgoodies-binding |
Last Version | Last Version2.13.0 |
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.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
jgoodies-binding-2.13.0.pom | |
jgoodies-binding-2.13.0.jar | 188 KB |
jgoodies-binding-2.13.0-sources.jar | 252 KB |
jgoodies-binding-2.13.0-javadoc.jar | 666 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jgoodies/jgoodies-binding/ -->
<dependency>
<groupId>com.jgoodies</groupId>
<artifactId>jgoodies-binding</artifactId>
<version>2.13.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jgoodies/jgoodies-binding/
implementation 'com.jgoodies:jgoodies-binding:2.13.0'
// https://jarcasting.com/artifacts/com.jgoodies/jgoodies-binding/
implementation ("com.jgoodies:jgoodies-binding:2.13.0")
'com.jgoodies:jgoodies-binding:jar:2.13.0'
<dependency org="com.jgoodies" name="jgoodies-binding" rev="2.13.0">
<artifact name="jgoodies-binding" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jgoodies', module='jgoodies-binding', version='2.13.0')
)
libraryDependencies += "com.jgoodies" % "jgoodies-binding" % "2.13.0"
[com.jgoodies/jgoodies-binding "2.13.0"]
Group / Artifact | Type | Version |
---|---|---|
com.jgoodies : jgoodies-common | jar | 1.8.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8 |