| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.hcsp |
| Идентификатор | Идентификаторtest-helpers |
| Последняя версия | Последняя версия0.8 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеtest-helpers
A collections of helper methods for tests
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| test-helpers-0.8.pom | |
| test-helpers-0.8.jar | 7 KB |
| test-helpers-0.8-sources.jar | 3 KB |
| test-helpers-0.8-javadoc.jar | 402 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.hcsp/test-helpers/ -->
<dependency>
<groupId>com.github.hcsp</groupId>
<artifactId>test-helpers</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hcsp/test-helpers/
implementation 'com.github.hcsp:test-helpers:0.8'
// https://jarcasting.com/artifacts/com.github.hcsp/test-helpers/
implementation ("com.github.hcsp:test-helpers:0.8")
'com.github.hcsp:test-helpers:jar:0.8'
<dependency org="com.github.hcsp" name="test-helpers" rev="0.8">
<artifact name="test-helpers" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hcsp', module='test-helpers', version='0.8')
)
libraryDependencies += "com.github.hcsp" % "test-helpers" % "0.8"
[com.github.hcsp/test-helpers "0.8"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| commons-io : commons-io | jar | 2.6 |
| commons-codec : commons-codec | jar | 1.12 |
| com.github.javaparser : javaparser-core | jar | 3.14.3 |
| org.junit.jupiter : junit-jupiter-api | jar | 5.4.2 |