The smallest plugin system ever
News
Nov, 21st 2008
We proudly announce version 0.2 of Hera. The main changes read as follows:
- Adding shortcut method for easier PluginRegistry creation - #1
- Changed namespace URL for Spring configuration and made the !XSDs available publically
- Documented metadata module - #5
- Changed package names to org.synyx.hera - #4
To get started with Hera read this short introductory blog post or browse through the reference documentation.
Downloads
Maven integration
To use Hera in your Maven project you need to add Synyx Maven repository to your list of repositories:
<repository> <id>maven2.synyx.repository</id> <name>Synyx Maven2 Repository</name> <url>http://mvn.synyx.de/repository</url> </repository>
After that integrating Hera is just a matter of declaring the dependency:
<dependency> <groupId>org.synyx.hera</groupId> <artifactId>hera-core</artifactId> <version>0.2</version> </dependency>
Further documents
Attachments
- hera-reference.pdf (81.0 kB) -
Reference documentation
, added by gierke_cvs on 11/21/2008 11:17:20 AM.
