GroupId | GroupIdcom.spotify |
---|---|
ArtifactId | ArtifactIdhamcrest-optional |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
hamcrest-optional-1.1.1.pom | |
hamcrest-optional-1.1.1.jar | 4 KB |
hamcrest-optional-1.1.1-sources.jar | 4 KB |
hamcrest-optional-1.1.1-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.spotify/hamcrest-optional/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>hamcrest-optional</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/hamcrest-optional/
implementation 'com.spotify:hamcrest-optional:1.1.1'
// https://jarcasting.com/artifacts/com.spotify/hamcrest-optional/
implementation ("com.spotify:hamcrest-optional:1.1.1")
'com.spotify:hamcrest-optional:jar:1.1.1'
<dependency org="com.spotify" name="hamcrest-optional" rev="1.1.1">
<artifact name="hamcrest-optional" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='hamcrest-optional', version='1.1.1')
)
libraryDependencies += "com.spotify" % "hamcrest-optional" % "1.1.1"
[com.spotify/hamcrest-optional "1.1.1"]