Download

The project is created with Maven therefore we recommend to use Maven to use it. Just add the following section into your pom.xml:

<dependencies>
	<dependency>
		<groupId>com.seitenbau.testing</groupId>
		<artifactId>sb-junitrecorder-addons</artifactId>
		<version>1.0.0</version>
	</dependency>
</dependencies>

Currently you also need to specify an additional Maven repository:

	<repositories>
		<repository>
			<id>JUnitRecorder-repository</id>
			<name>JUnitRecorder repository</name>
			<url>http://junitrecorder.sourceforge.net/m2</url>
		</repository>
	</repositories>

You can browse the online repository an can so retrieve the jars by hand: http://junitrecorder.sourceforge.net/m2/