Download formlayoutmakerx-rc7.jar file - Jar f

Jar examples for f:formlayoutmakerx

Description

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.

You can download jar file formlayoutmakerx rc7 in this page.

License

BSD

Build File

You can use the following script to add formlayoutmakerx-rc7.jar to your project.

<dependency>
   <groupId>net.sf.formlayoutmaker</groupId>
   <artifactId>formlayoutmakerx</artifactId>
   <version>rc7</version>
</dependency>
compile group: 'net.sf.formlayoutmaker', name: 'formlayoutmakerx', version: 'rc7'
libraryDependencies += "net.sf.formlayoutmaker" % "formlayoutmakerx" % "rc7"
<dependency org="net.sf.formlayoutmaker" name="formlayoutmakerx" rev="rc7"/>
@Grapes(@Grab(group='net.sf.formlayoutmaker', module='formlayoutmakerx', version='rc7'))
'net.sf.formlayoutmaker:formlayoutmakerx:jar:rc7'

Download

Click the following link to download the jar file.

formlayoutmakerx-rc7.jar
formlayoutmakerx-rc7.pom



Related Tutorials