the import org.hamcrest.matchers cannot be resolved code example
Example: the import org.hamcrest.matchers cannot be resolved
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<version>1.3</version>
<scope>test</scope>
</dependency>