| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.mictaege |
| Идентификатор | Идентификаторarete |
| Версия | Версия2021.5 |
| Тип | Типjar |
| Описание |
Описаниеarete
This repository contains the _Arete_ JUnit5 extention. For using _Arete_ see the https://github.com/mictaege/arete documentation.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| arete-2021.5.pom | |
| arete-2021.5.jar | 24 KB |
| arete-2021.5-sources.jar | 11 KB |
| arete-2021.5-javadoc.jar | 60 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.mictaege/arete/ -->
<dependency>
<groupId>com.github.mictaege</groupId>
<artifactId>arete</artifactId>
<version>2021.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mictaege/arete/
implementation 'com.github.mictaege:arete:2021.5'
// https://jarcasting.com/artifacts/com.github.mictaege/arete/
implementation ("com.github.mictaege:arete:2021.5")
'com.github.mictaege:arete:jar:2021.5'
<dependency org="com.github.mictaege" name="arete" rev="2021.5">
<artifact name="arete" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mictaege', module='arete', version='2021.5')
)
libraryDependencies += "com.github.mictaege" % "arete" % "2021.5"
[com.github.mictaege/arete "2021.5"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |