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