hamcrest-matchers
A collection of hamcrest matchers.
v1.9 will be the last release, for alternatives see:
(both have been ported to Java 8 and Hamcrest 2.0.0)
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.testinfected.hamcrest-matchers |
| Идентификатор | Идентификаторcore-matchers |
| Последняя версия | Последняя версия1.8 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеCore Matchers
Additional core matchers for Hamcrest
|
| Имя Файла | Размер |
|---|---|
| core-matchers-1.8.pom | |
| core-matchers-1.8.jar | 4 KB |
| core-matchers-1.8-tests.jar | 6 KB |
| core-matchers-1.8-sources.jar | 2 KB |
| core-matchers-1.8-javadoc.jar | 38 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.testinfected.hamcrest-matchers/core-matchers/ -->
<dependency>
<groupId>org.testinfected.hamcrest-matchers</groupId>
<artifactId>core-matchers</artifactId>
<version>1.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.testinfected.hamcrest-matchers/core-matchers/
implementation 'org.testinfected.hamcrest-matchers:core-matchers:1.8'
// https://jarcasting.com/artifacts/org.testinfected.hamcrest-matchers/core-matchers/
implementation ("org.testinfected.hamcrest-matchers:core-matchers:1.8")
'org.testinfected.hamcrest-matchers:core-matchers:jar:1.8'
<dependency org="org.testinfected.hamcrest-matchers" name="core-matchers" rev="1.8">
<artifact name="core-matchers" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testinfected.hamcrest-matchers', module='core-matchers', version='1.8')
)
libraryDependencies += "org.testinfected.hamcrest-matchers" % "core-matchers" % "1.8"
[org.testinfected.hamcrest-matchers/core-matchers "1.8"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.hamcrest : hamcrest-core | jar | 1.3 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |
A collection of hamcrest matchers.
v1.9 will be the last release, for alternatives see:
(both have been ported to Java 8 and Hamcrest 2.0.0)