is not current version
Last Version rc8.2.1

net.sf.formlayoutmaker:formlayoutmakerx rc7

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.

Categories

Categories

Net ORM Data
GroupId

GroupId

net.sf.formlayoutmaker
ArtifactId

ArtifactId

formlayoutmakerx
Version

Version

rc7
Type

Type

jar

Download formlayoutmakerx rc7


<!-- https://jarcasting.com/artifacts/net.sf.formlayoutmaker/formlayoutmakerx/ -->
<dependency>
    <groupId>net.sf.formlayoutmaker</groupId>
    <artifactId>formlayoutmakerx</artifactId>
    <version>rc7</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.formlayoutmaker/formlayoutmakerx/
implementation 'net.sf.formlayoutmaker:formlayoutmakerx:rc7'
// https://jarcasting.com/artifacts/net.sf.formlayoutmaker/formlayoutmakerx/
implementation ("net.sf.formlayoutmaker:formlayoutmakerx:rc7")
'net.sf.formlayoutmaker:formlayoutmakerx:jar:rc7'
<dependency org="net.sf.formlayoutmaker" name="formlayoutmakerx" rev="rc7">
  <artifact name="formlayoutmakerx" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.formlayoutmaker', module='formlayoutmakerx', version='rc7')
)
libraryDependencies += "net.sf.formlayoutmaker" % "formlayoutmakerx" % "rc7"
[net.sf.formlayoutmaker/formlayoutmakerx "rc7"]