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