Download
You can browse all Mirror releases and sources at http://maven.vidageek.net/net/vidageek/mirror
or http://github.com/vidageek/mirror/downloads .
If you use maven to build your project, you can just add the following lines to your pom.xml:
<dependencies>
...
<dependency>
<groupId>net.vidageek</groupId>
<artifactId>mirror</artifactId>
<version>1.6.1</version>
</dependency>
...
</dependencies>
Or even browse and checkout our sources at http://github.com/vidageek/mirror/ .