| Категории |
КатегорииDex Универсальные библиотеки Utility |
|---|---|
| Группа | Группаru.yandex.qatools.matchers |
| Идентификатор | Идентификаторmatcher-decorators |
| Версия | Версия1.3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| matcher-decorators-1.3.pom | |
| matcher-decorators-1.3.jar | 10 KB |
| matcher-decorators-1.3-sources.jar | 6 KB |
| matcher-decorators-1.3-javadoc.jar | 58 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/ru.yandex.qatools.matchers/matcher-decorators/ -->
<dependency>
<groupId>ru.yandex.qatools.matchers</groupId>
<artifactId>matcher-decorators</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/ru.yandex.qatools.matchers/matcher-decorators/
implementation 'ru.yandex.qatools.matchers:matcher-decorators:1.3'
// https://jarcasting.com/artifacts/ru.yandex.qatools.matchers/matcher-decorators/
implementation ("ru.yandex.qatools.matchers:matcher-decorators:1.3")
'ru.yandex.qatools.matchers:matcher-decorators:jar:1.3'
<dependency org="ru.yandex.qatools.matchers" name="matcher-decorators" rev="1.3">
<artifact name="matcher-decorators" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.yandex.qatools.matchers', module='matcher-decorators', version='1.3')
)
libraryDependencies += "ru.yandex.qatools.matchers" % "matcher-decorators" % "1.3"
[ru.yandex.qatools.matchers/matcher-decorators "1.3"]