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