License |
License |
---|---|
Categories |
CategoriesNet ORM Data |
GroupId | GroupIdnet.sf.formlayoutmaker |
ArtifactId | ArtifactIdformlayoutmakerx |
Last Version | Last Versionrc8.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFormLayoutMaker
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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
formlayoutmakerx-rc8.2.1.pom | |
formlayoutmakerx-rc8.2.1.jar | 504 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.formlayoutmaker/formlayoutmakerx/ -->
<dependency>
<groupId>net.sf.formlayoutmaker</groupId>
<artifactId>formlayoutmakerx</artifactId>
<version>rc8.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.formlayoutmaker/formlayoutmakerx/
implementation 'net.sf.formlayoutmaker:formlayoutmakerx:rc8.2.1'
// https://jarcasting.com/artifacts/net.sf.formlayoutmaker/formlayoutmakerx/
implementation ("net.sf.formlayoutmaker:formlayoutmakerx:rc8.2.1")
'net.sf.formlayoutmaker:formlayoutmakerx:jar:rc8.2.1'
<dependency org="net.sf.formlayoutmaker" name="formlayoutmakerx" rev="rc8.2.1">
<artifact name="formlayoutmakerx" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.formlayoutmaker', module='formlayoutmakerx', version='rc8.2.1')
)
libraryDependencies += "net.sf.formlayoutmaker" % "formlayoutmakerx" % "rc8.2.1"
[net.sf.formlayoutmaker/formlayoutmakerx "rc8.2.1"]
Group / Artifact | Type | Version |
---|---|---|
jgoodies : forms | jar | 1.0.5 |
org.beanshell : bsh | jar | 2.0b4 |