I can't find this on Maven Central: [g:"com.retailmenot" AND a:"pairwise"](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.retailmenot%22%20AND%20a%3A%22pairwise%22). And when I add the following to my POM Maven cannot find the dependency: ``` <dependency> <groupId>com.retailmenot</groupId> <artifactId>pairwise</artifactId> <version>0.9</version> </dependency> ```
I can't find this on Maven Central: g:"com.retailmenot" AND a:"pairwise".
And when I add the following to my POM Maven cannot find the dependency: