<dependency>
<groupId>com.github.seregamorph</groupId>
<artifactId>hamcrest-more-matchers</artifactId>
<version>0.1</version>
</dependency>
@Grapes(
@Grab(group='com.github.seregamorph', module='hamcrest-more-matchers', version='0.1')
)
compile
|-- org.hamcrest:hamcrest-core:1.3
provided
|-- com.google.code.findbugs:annotations:3.0.0
|-- org.javassist:javassist:3.24.0-GA
|-- org.projectlombok:lombok:1.18.12
test
|-- org.hamcrest:hamcrest-library:1.3
|-- junit:junit:4.12