License |
License |
---|---|
Categories |
CategoriesDex General Purpose Libraries Utility |
GroupId | GroupIdru.yandex.qatools.matchers |
ArtifactId | ArtifactIdmatchers |
Last Version | Last Version1.4.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionYandex QATools Matchers
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
matchers-1.4.1.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.4.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ru.yandex.qatools.matchers/matchers/
implementation 'ru.yandex.qatools.matchers:matchers:1.4.1'
// https://jarcasting.com/artifacts/ru.yandex.qatools.matchers/matchers/
implementation ("ru.yandex.qatools.matchers:matchers:1.4.1")
'ru.yandex.qatools.matchers:matchers:pom:1.4.1'
<dependency org="ru.yandex.qatools.matchers" name="matchers" rev="1.4.1">
<artifact name="matchers" type="pom" />
</dependency>
@Grapes(
@Grab(group='ru.yandex.qatools.matchers', module='matchers', version='1.4.1')
)
libraryDependencies += "ru.yandex.qatools.matchers" % "matchers" % "1.4.1"
[ru.yandex.qatools.matchers/matchers "1.4.1"]