This is a Maven project therefore we do not supply a direct download. If you really need the jar's, use Maven or browse our Maven repository : http://junitrecorder.sourceforge.net/m2/
For Maven projects just add the following parts to the pom.xml:
<dependencies> <dependency> <groupId>com.seitenbau.testing</groupId> <artifactId>sb-junitrecorder-core</artifactId> <version>1.0.0</version> </dependency> </dependencies>
This will download all needed Parts with Maven from the central Maven Repository where this project is also deployed.
Or if you want to specify our local repository, add the following to your pom.xml
<repositories> <repository> <id>JUnitRecorder-repositry</id> <name>JUnitRecorder repositry</name> <url>http://junitrecorder.sourceforge.net/m2</url> </repository> </repositories>