b

beige-swing-lib

Swing implementation of graphic, dialog and other UI services and classes, widgets list and tree chooser, etc.
http://www.beigesoft.org
The Apache Software License, Version 2.0
Yury Demidenko
Files download
File Operation
beige-swing-lib-2.1.10.jar download
beige-swing-lib-2.1.10.pom download
beige-swing-lib-2.1.10-sources.jar download
Apache Maven
<dependency>
  <groupId>org.beigesoft</groupId>
  <artifactId>beige-swing-lib</artifactId>
  <version>2.1.10</version>
</dependency>
Gradle Groovy
implementation 'org.beigesoft:beige-swing-lib:2.1.10'
Gradle Kotlin
implementation("org.beigesoft:beige-swing-lib:2.1.10")
Scala SBT
libraryDependencies += "org.beigesoft" % "beige-swing-lib" % "2.1.10"
Groovy Grape
@Grapes(
  @Grab(group='org.beigesoft', module='beige-swing-lib', version='2.1.10')
)
Apache Ivy
<dependency org="org.beigesoft" name="beige-swing-lib" rev="2.1.10" />
Leiningen
[org.beigesoft/beige-swing-lib "2.1.10"]
Apache Buildr
'org.beigesoft:beige-swing-lib:jar:2.1.10'