MVN

net.sf.formlayoutmaker : formlayoutmakerx

Maven & Gradle

Mar 22, 2008
2 usages

FormLayoutMaker · FormLayoutMaker is a WYSIWYG tool that enables you to easily build Java Swing layouts using the JGoodies FormLayout layout manager. Perfect for those that hate IDE form builders but need powerful layouts fast.

<dependency>
    <groupId>net.sf.formlayoutmaker</groupId>
    <artifactId>formlayoutmakerx</artifactId>
    <version>rc8.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.formlayoutmaker : formlayoutmakerx to add to Maven or Gradle - Latest Versions:

  • Latest Stable: rc8.2.1

All Versions

Choose a version of net.sf.formlayoutmaker : formlayoutmakerx to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
rc8.2.x
formlayoutmakerx-rc8.2.1
rc7
formlayoutmakerx-rc7

How to add a dependency to Maven

Add the following net.sf.formlayoutmaker : formlayoutmakerx maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.formlayoutmaker</groupId>
    <artifactId>formlayoutmakerx</artifactId>
    <version>rc8.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.formlayoutmaker : formlayoutmakerx gradle dependency to your build.gradle file:

implementation 'net.sf.formlayoutmaker:formlayoutmakerx:rc8.2.1'

Gradle Kotlin DSL: Add the following net.sf.formlayoutmaker : formlayoutmakerx gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.formlayoutmaker:formlayoutmakerx:rc8.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.formlayoutmaker : formlayoutmakerx sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.formlayoutmaker" % "formlayoutmakerx" % "rc8.2.1"

Advertisement