I am having difficulties installing the the spring mvc test framework (Standalone) for applications running version of Spring older than 3.2.
The standalone project available on https://github.com/SpringSource/spring-test-mvc exists only in source code and I am not sure how I should add it to my working project's current build path in order to make it accessible in the test class I am attempting to write.
Is it possible to download it as a .jar lib or are there any specific steps I should take?