<dependency> <groupId>com.spotify</groupId> <artifactId>hamcrest-optional</artifactId> <version>1.1.5</version> </dependency>
implementation 'com.spotify:hamcrest-optional:1.1.5'
implementation("com.spotify:hamcrest-optional:1.1.5")
libraryDependencies += "com.spotify" % "hamcrest-optional" % "1.1.5"
@Grapes( @Grab(group='com.spotify', module='hamcrest-optional', version='1.1.5') )
<dependency org="com.spotify" name="hamcrest-optional" rev="1.1.5" />
[com.spotify/hamcrest-optional "1.1.5"]
'com.spotify:hamcrest-optional:jar:1.1.5'
<parent> <groupId>com.spotify</groupId> <artifactId>hamcrest</artifactId> <version>1.1.5</version> </parent>
compile
|-- org.hamcrest:hamcrest-core
test
|-- junit:junit
|-- com.google.guava:guava