Installation using maven is by far the easiest way to go. All you need to do is include following code into your dependencies:
<dependency> <groupId>org.reflexiveframework</groupId> <artifactId>reflexive</artifactId> <version>1.0-<version></version> </dependency>
Ofcourse <version> should be replaced with the latest version. You can check the latest version either on the release notes page or on the main page.
The jar-file can be downloaded from the SourceForge (check download page). The jar-file requires 2 dependencies: cglib-full v2.0.2 and commons-lang v2.3 . Probably you could get away with using small version differences, but I would not recommend this. If you are using reflexive with any other version, please report me the feedback.
All jar's should be on your classpath before using reflexive. That's it.
NOTE: These dependencies might change in the near future (I will probably lose the commons-lang dependency) and support older versions of cglib.