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</url> </repository> </repositories>
<dependencies> <dependency> <groupId>com.amazon</groupId> <artifactId>java-aws-mturk</artifactId> <version>1.2.2</version> </dependency> </dependencies>
Log in to post a comment.
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</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.amazon</groupId>
<artifactId>java-aws-mturk</artifactId>
<version>1.2.2</version>
</dependency>
</dependencies>