Anonymous - 2010-09-09

I added the jar to my maven repo. This should help those with maven get started with the api:
http://github.com/tc/java-aws-mturk

<repositories>
    <repository>
        <id>tc-maven-repo</id>
        <url>http://github.com/tc/tc-maven-repo/raw/master/releases&lt;/url>
    </repository>
</repositories>

<dependencies>
    <dependency>
        <groupId>com.amazon</groupId>
        <artifactId>java-aws-mturk</artifactId>
        <version>1.2.2</version>
    </dependency>
</dependencies>