Add this to your pom.xml
<repositories>
<repository>
<id>opencv</id>
<url>https://rawgit.com/sshaddicts/opencv/repository</url>
</repository>
</repositories><dependency>
<groupId>sshaddicts.opencv</groupId>
<artifactId>opencv</artifactId>
<version>${version}</version>
</dependency>