Categories |
CategoriesDex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdru.yandex.qatools.matchers |
ArtifactId | ArtifactIdmatchers |
Version | Version1.0 |
Type | Typepom |
Filename | Size |
---|---|
matchers-1.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ru.yandex.qatools.matchers/matchers/ -->
<dependency>
<groupId>ru.yandex.qatools.matchers</groupId>
<artifactId>matchers</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ru.yandex.qatools.matchers/matchers/
implementation 'ru.yandex.qatools.matchers:matchers:1.0'
// https://jarcasting.com/artifacts/ru.yandex.qatools.matchers/matchers/
implementation ("ru.yandex.qatools.matchers:matchers:1.0")
'ru.yandex.qatools.matchers:matchers:pom:1.0'
<dependency org="ru.yandex.qatools.matchers" name="matchers" rev="1.0">
<artifact name="matchers" type="pom" />
</dependency>
@Grapes(
@Grab(group='ru.yandex.qatools.matchers', module='matchers', version='1.0')
)
libraryDependencies += "ru.yandex.qatools.matchers" % "matchers" % "1.0"
[ru.yandex.qatools.matchers/matchers "1.0"]