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