MVN

io.github.otaka : swinglayoutbuilder

Maven & Gradle

Apr 28, 2023
0 stars

Swing Layout Builder · Library that allows to create complex forms with convenient builder syntax. It wraps some standard Swing layouts: BorderLayout, FlowLayout, GridBagLayout(to make FormLayout) and implements its own new RuleLayout

<dependency>
    <groupId>io.github.otaka</groupId>
    <artifactId>swinglayoutbuilder</artifactId>
    <version>0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.otaka : swinglayoutbuilder to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6

All Versions

Choose a version of io.github.otaka : swinglayoutbuilder to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6
swinglayoutbuilder-0.6
0.5
swinglayoutbuilder-0.5
0.4
swinglayoutbuilder-0.4
0.3
swinglayoutbuilder-0.3
0.2
swinglayoutbuilder-0.2
0.1
swinglayoutbuilder-0.1

How to add a dependency to Maven

Add the following io.github.otaka : swinglayoutbuilder maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.otaka</groupId>
    <artifactId>swinglayoutbuilder</artifactId>
    <version>0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.otaka : swinglayoutbuilder gradle dependency to your build.gradle file:

implementation 'io.github.otaka:swinglayoutbuilder:0.6'

Gradle Kotlin DSL: Add the following io.github.otaka : swinglayoutbuilder gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.otaka:swinglayoutbuilder:0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.otaka : swinglayoutbuilder sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.otaka" % "swinglayoutbuilder" % "0.6"

Advertisement