| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.mictaege |
| Идентификатор | Идентификаторarete |
| Версия | Версия2021.4 |
| Тип | Типjar |
| Описание |
Описаниеarete
This repository contains the _Arete_ JUnit5 extention. For using _Arete_ see the https://github.com/mictaege/arete documentation.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| arete-2021.4.pom | |
| arete-2021.4.jar | 19 KB |
| arete-2021.4-sources.jar | 9 KB |
| arete-2021.4-javadoc.jar | 47 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.mictaege/arete/ -->
<dependency>
<groupId>com.github.mictaege</groupId>
<artifactId>arete</artifactId>
<version>2021.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mictaege/arete/
implementation 'com.github.mictaege:arete:2021.4'
// https://jarcasting.com/artifacts/com.github.mictaege/arete/
implementation ("com.github.mictaege:arete:2021.4")
'com.github.mictaege:arete:jar:2021.4'
<dependency org="com.github.mictaege" name="arete" rev="2021.4">
<artifact name="arete" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mictaege', module='arete', version='2021.4')
)
libraryDependencies += "com.github.mictaege" % "arete" % "2021.4"
[com.github.mictaege/arete "2021.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
| com.google.guava : guava | jar | 30.1.1-jre |
| org.apache.commons : commons-text | jar | 1.9 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.hamcrest : hamcrest | jar | 2.2 |
| org.mockito : mockito-core | jar | 3.9.0 |