b

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.
https://binding.dev.java.net/
The BSD License
Karsten Lentzsch
文件下载
文件名 操作
binding-2.0.6.jar 下载
binding-2.0.6.pom 下载
binding-2.0.6-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.jgoodies</groupId>
  <artifactId>binding</artifactId>
  <version>2.0.6</version>
</dependency>
Gradle Groovy
implementation 'com.jgoodies:binding:2.0.6'
Gradle Kotlin
implementation("com.jgoodies:binding:2.0.6")
Scala SBT
libraryDependencies += "com.jgoodies" % "binding" % "2.0.6"
Groovy Grape
@Grapes(
  @Grab(group='com.jgoodies', module='binding', version='2.0.6')
)
Apache Ivy
<dependency org="com.jgoodies" name="binding" rev="2.0.6" />
Leiningen
[com.jgoodies/binding "2.0.6"]
Apache Buildr
'com.jgoodies:binding:jar:2.0.6'
本项目依赖