<dependency> <groupId>com.fizzed</groupId> <artifactId>crux-hamcrest</artifactId> <version>1.0.44</version> </dependency>
implementation 'com.fizzed:crux-hamcrest:1.0.44'
implementation("com.fizzed:crux-hamcrest:1.0.44")
libraryDependencies += "com.fizzed" % "crux-hamcrest" % "1.0.44"
@Grapes( @Grab(group='com.fizzed', module='crux-hamcrest', version='1.0.44') )
<dependency org="com.fizzed" name="crux-hamcrest" rev="1.0.44" />
[com.fizzed/crux-hamcrest "1.0.44"]
'com.fizzed:crux-hamcrest:jar:1.0.44'
<parent> <groupId>com.fizzed</groupId> <artifactId>crux</artifactId> <version>1.0.44</version> </parent>
compile
|-- com.fizzed:crux-util
|-- joda-time:joda-time
|-- org.hamcrest:java-hamcrest
test
|-- junit:junit
|-- org.mockito:mockito-core
|-- ch.qos.logback:logback-classic