Files download
File Operation
laf-widget-7.2.1.jar download
laf-widget-7.2.1.pom download
laf-widget-7.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.insubstantial</groupId>
  <artifactId>laf-widget</artifactId>
  <version>7.2.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.insubstantial:laf-widget:7.2.1'
Gradle Kotlin
implementation("com.github.insubstantial:laf-widget:7.2.1")
Scala SBT
libraryDependencies += "com.github.insubstantial" % "laf-widget" % "7.2.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.insubstantial', module='laf-widget', version='7.2.1')
)
Apache Ivy
<dependency org="com.github.insubstantial" name="laf-widget" rev="7.2.1" />
Leiningen
[com.github.insubstantial/laf-widget "7.2.1"]
Apache Buildr
'com.github.insubstantial:laf-widget:jar:7.2.1'