| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJUnit Тестирование компонентов |
| Группа | Группаeu.coldrye.junit |
| Идентификатор | Идентификаторfile-assertions |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеeu.coldrye.junit:file-assertions
Assertions dealing explicitly with files and their content
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| file-assertions-1.0.0.pom | |
| file-assertions-1.0.0.jar | 6 KB |
| file-assertions-1.0.0-sources.jar | 5 KB |
| file-assertions-1.0.0-javadoc.jar | 33 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/eu.coldrye.junit/file-assertions/ -->
<dependency>
<groupId>eu.coldrye.junit</groupId>
<artifactId>file-assertions</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/eu.coldrye.junit/file-assertions/
implementation 'eu.coldrye.junit:file-assertions:1.0.0'
// https://jarcasting.com/artifacts/eu.coldrye.junit/file-assertions/
implementation ("eu.coldrye.junit:file-assertions:1.0.0")
'eu.coldrye.junit:file-assertions:jar:1.0.0'
<dependency org="eu.coldrye.junit" name="file-assertions" rev="1.0.0">
<artifact name="file-assertions" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.coldrye.junit', module='file-assertions', version='1.0.0')
)
libraryDependencies += "eu.coldrye.junit" % "file-assertions" % "1.0.0"
[eu.coldrye.junit/file-assertions "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| eu.coldrye.junit : junit-common | jar | 1.2.0 |
| org.junit.jupiter : junit-jupiter-api | jar | 5.2.0 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| org.junit.platform : junit-platform-commons | jar | 1.2.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apiguardian : apiguardian-api | jar | 1.0.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.platform : junit-platform-launcher | jar | 1.2.0 |
| org.junit.platform : junit-platform-engine | jar | 1.2.0 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.2.0 |
| org.junit.platform : junit-platform-runner | jar | 1.2.0 |
| org.mockito : mockito-all | jar | 1.10.19 |
| uk.org.lidalia : slf4j-test | jar | 1.2.0 |