Categories |
CategoriesDex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdru.yandex.qatools.processors |
ArtifactId | ArtifactIdfeature-matcher-generator |
Version | Version1.3 |
Type | Typejar |
<!-- 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.3</version>
</dependency>
// https://jarcasting.com/artifacts/ru.yandex.qatools.processors/feature-matcher-generator/
implementation 'ru.yandex.qatools.processors:feature-matcher-generator:1.3'
// https://jarcasting.com/artifacts/ru.yandex.qatools.processors/feature-matcher-generator/
implementation ("ru.yandex.qatools.processors:feature-matcher-generator:1.3")
'ru.yandex.qatools.processors:feature-matcher-generator:jar:1.3'
<dependency org="ru.yandex.qatools.processors" name="feature-matcher-generator" rev="1.3">
<artifact name="feature-matcher-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.yandex.qatools.processors', module='feature-matcher-generator', version='1.3')
)
libraryDependencies += "ru.yandex.qatools.processors" % "feature-matcher-generator" % "1.3"
[ru.yandex.qatools.processors/feature-matcher-generator "1.3"]