License |
License |
---|---|
Categories |
CategoriesDex General Purpose Libraries Utility |
GroupId | GroupIdru.yandex.qatools.matchers |
ArtifactId | ArtifactIdnio-matchers |
Last Version | Last Version1.4.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionYandex QATools Java NIO Matchers
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
nio-matchers-1.4.1.pom | |
nio-matchers-1.4.1.jar | 7 KB |
nio-matchers-1.4.1-sources.jar | 3 KB |
nio-matchers-1.4.1-javadoc.jar | 53 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ru.yandex.qatools.matchers/nio-matchers/ -->
<dependency>
<groupId>ru.yandex.qatools.matchers</groupId>
<artifactId>nio-matchers</artifactId>
<version>1.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/ru.yandex.qatools.matchers/nio-matchers/
implementation 'ru.yandex.qatools.matchers:nio-matchers:1.4.1'
// https://jarcasting.com/artifacts/ru.yandex.qatools.matchers/nio-matchers/
implementation ("ru.yandex.qatools.matchers:nio-matchers:1.4.1")
'ru.yandex.qatools.matchers:nio-matchers:jar:1.4.1'
<dependency org="ru.yandex.qatools.matchers" name="nio-matchers" rev="1.4.1">
<artifact name="nio-matchers" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.yandex.qatools.matchers', module='nio-matchers', version='1.4.1')
)
libraryDependencies += "ru.yandex.qatools.matchers" % "nio-matchers" % "1.4.1"
[ru.yandex.qatools.matchers/nio-matchers "1.4.1"]
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-all | jar | 1.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |