In addition to the API updates, a lot of migration work has been done:
- Project migration: Bundle split: softsmithy-lib-awt project added
- Project migration: Bundle split: softsmithy-lib-beans project added
- Project migration: Bundle split: softsmithy-lib-swing project added
- Project migration: Bundle split: softsmithy-lib-swing-customizer project added
- Several Swing - Customizer classes were moved to different packages. All Swing - Customizer classes are now in the package or subpackages of org.softsmithy.lib.swing.customizer.*
I've added a new Positionable Framework and several small fixes and clean-ups.
You can download the archives (including the jars, documentation, samples etc.) and read more about the changes here:
SoftSmithy Utility Library v0.3 (online documenation)
SoftSmithy Development Utility Library v0.3 (online documentation)
I deployed the artifacts (including source and javadoc artifacts) to Maven Central. You can use the following dependencies:
For the SoftSmithy Utility Library - Core:
- <dependency>
- <groupId>org.softsmithy.lib</groupId>
- <artifactId>softsmithy-lib-core</artifactId>
- <version>0.3</version>
- </dependency>
For the SoftSmithy Utility Library - AWT:
- <dependency>
- <groupId>org.softsmithy.lib</groupId>
- <artifactId>softsmithy-lib-awt</artifactId>
- <version>0.3</version>
- </dependency>
For the SoftSmithy Utility Library - Beans:
- <dependency>
- <groupId>org.softsmithy.lib</groupId>
- <artifactId>softsmithy-lib-beans</artifactId>
- <version>0.3</version>
- </dependency>
For the SoftSmithy Utility Library - Persistence:
- <dependency>
- <groupId>org.softsmithy.lib</groupId>
- <artifactId>softsmithy-lib-persistence</artifactId>
- <version>0.3</version>
- </dependency>
For the SoftSmithy Utility Library - Swing:
- <dependency>
- <groupId>org.softsmithy.lib</groupId>
- <artifactId>softsmithy-lib-swing</artifactId>
- <version>0.3</version>
- </dependency>
For the SoftSmithy Utility Library - Swing - Customizer:
- <dependency>
- <groupId>org.softsmithy.lib</groupId>
- <artifactId>softsmithy-lib-swing-customizer</artifactId>
- <version>0.3</version>
- </dependency>
and
For the SoftSmithy Development Utility Library (usually with scope = test):
- <dependency>
- <groupId>org.softsmithy.devlib</groupId>
- <artifactId>softsmithy-devlib-core</artifactId>
- <scope>test</scope>
- <version>0.3</version>
- </dependency>