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