<dependency> <groupId>com.fizzed</groupId> <artifactId>crux-hamcrest</artifactId> <version>1.0.48</version> </dependency>
implementation 'com.fizzed:crux-hamcrest:1.0.48'
implementation("com.fizzed:crux-hamcrest:1.0.48")
libraryDependencies += "com.fizzed" % "crux-hamcrest" % "1.0.48"
@Grapes( @Grab(group='com.fizzed', module='crux-hamcrest', version='1.0.48') )
<dependency org="com.fizzed" name="crux-hamcrest" rev="1.0.48" />
[com.fizzed/crux-hamcrest "1.0.48"]
'com.fizzed:crux-hamcrest:jar:1.0.48'
<parent> <groupId>com.fizzed</groupId> <artifactId>crux</artifactId> <version>1.0.48</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