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