| Группа | Группаcom.spotify |
|---|---|
| Идентификатор | Идентификаторhamcrest-future |
| Версия | Версия1.1.4 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| hamcrest-future-1.1.4.pom | |
| hamcrest-future-1.1.4.jar | 16 KB |
| hamcrest-future-1.1.4-sources.jar | 14 KB |
| hamcrest-future-1.1.4-javadoc.jar | 28 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.spotify/hamcrest-future/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>hamcrest-future</artifactId>
<version>1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/hamcrest-future/
implementation 'com.spotify:hamcrest-future:1.1.4'
// https://jarcasting.com/artifacts/com.spotify/hamcrest-future/
implementation ("com.spotify:hamcrest-future:1.1.4")
'com.spotify:hamcrest-future:jar:1.1.4'
<dependency org="com.spotify" name="hamcrest-future" rev="1.1.4">
<artifact name="hamcrest-future" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='hamcrest-future', version='1.1.4')
)
libraryDependencies += "com.spotify" % "hamcrest-future" % "1.1.4"
[com.spotify/hamcrest-future "1.1.4"]