| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.google.code.bean-matchers |
| Идентификатор | Идентификаторbean-matchers |
| Версия | Версия0.13 |
| Тип | Типjar |
| Описание |
ОписаниеBean Matchers
Hamcrest matchers for testing Java beans.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| bean-matchers-0.13.pom | |
| bean-matchers-0.13.jar | 47 KB |
| bean-matchers-0.13-sources.jar | 28 KB |
| bean-matchers-0.13-javadoc.jar | 165 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.google.code.bean-matchers/bean-matchers/ -->
<dependency>
<groupId>com.google.code.bean-matchers</groupId>
<artifactId>bean-matchers</artifactId>
<version>0.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.bean-matchers/bean-matchers/
implementation 'com.google.code.bean-matchers:bean-matchers:0.13'
// https://jarcasting.com/artifacts/com.google.code.bean-matchers/bean-matchers/
implementation ("com.google.code.bean-matchers:bean-matchers:0.13")
'com.google.code.bean-matchers:bean-matchers:jar:0.13'
<dependency org="com.google.code.bean-matchers" name="bean-matchers" rev="0.13">
<artifact name="bean-matchers" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.bean-matchers', module='bean-matchers', version='0.13')
)
libraryDependencies += "com.google.code.bean-matchers" % "bean-matchers" % "0.13"
[com.google.code.bean-matchers/bean-matchers "0.13"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.hamcrest : hamcrest | jar | 2.2 |
| org.mockito : mockito-core | jar | 3.7.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.testng : testng | jar | 7.3.0 |
| org.apache.commons : commons-lang3 | jar | 3.11 |