...
Installing
Drop swingxbuilder-0.1.8.1 2 into $GROOVY_HOME/lib along with its dependencies
- swingx-1.6.2-2 3 (get it from http://mvnrepository.com/artifact/org.swinglabs.swingx/swingx/1.6.2-23)
Maven
| Code Block |
|---|
<repository> <id>codehaus-release</id> <name>Codehaus</name> <url>http://repository.codehaus.org</url> </repository> <dependency> <groupId>org.codehaus.griffon</groupId> <artifactId>swingxbuilder</artifactId> <version>0.1.8<2</version> </dependency> |
Gradle
| Code Block |
|---|
repositories { mavenRepo name: 'Codehaus', urls: 'http://repository.codehaus.org' } dependencies { compile 'org.codehaus.griffon:swingxbuilder:0.1.72' } |
Pre-requisites
Groovy 1.8.0 6 is the required minimum version to run SwingXBuilder 0.1.8.12
Previous versions of SwingXBuilder will run with earlier versions of Groovy, it is recommended that you upgrade to the 1.8.x series in order to take advantage of
...
Compatibility
SwingxBuilder 0.1.8.1 2 has the following compatibility changes
...
0.1.1 is compiled against the SwingLabs 16 Sep 2007 build a Make sure those jars are on your path, including the ones in the lib directory.
0.1.2 and 0.1.3 are using SwingX 0.9 release build.
0.1.5 uses the SwingX 0.9.1 release build, and ships with the Windows installer for Groovy 1.5.0.
0.1.6 uses the SwingX 0.9.5 release build.
0.1.7 uses SwingX 1.6.1
0.2 uses SwingX 1.6.3 and Groovy 1.8.6