I want to utilize tawus ajaxupload component for my tapestry web app. I've added dependency to pom.xml, but it looks like the repo already missing. Can someone point me how to get the jar file?
<dependency>
<groupId>com.googlecode.tawus</groupId>
<artifactId>tawus-ajaxupload</artifactId>
<version>0.1-SNAPSHOT</version>
</dependency>