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