Hermit
Contents
I promise I'll put things here soon.
| Лицензия |
Лицензия
The Apache License, Version 2.0
|
|---|---|
| Категории |
КатегорииJUnit Тестирование компонентов Auto Библиотеки уровня приложения Code Generators |
| Группа | Группаcom.rickbusarow.autoreset |
| Идентификатор | Идентификаторauto-reset-junit4 |
| Последняя версия | Последняя версия0.9.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеauto-reset-junit4
Resettable Lazy delegates which automatically reset with a test lifecycle
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| auto-reset-junit4-0.9.0.pom | |
| auto-reset-junit4-0.9.0.jar | 1 KB |
| auto-reset-junit4-0.9.0-sources.jar | 1 KB |
| auto-reset-junit4-0.9.0-javadoc.jar | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.rickbusarow.autoreset/auto-reset-junit4/ -->
<dependency>
<groupId>com.rickbusarow.autoreset</groupId>
<artifactId>auto-reset-junit4</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.rickbusarow.autoreset/auto-reset-junit4/
implementation 'com.rickbusarow.autoreset:auto-reset-junit4:0.9.0'
// https://jarcasting.com/artifacts/com.rickbusarow.autoreset/auto-reset-junit4/
implementation ("com.rickbusarow.autoreset:auto-reset-junit4:0.9.0")
'com.rickbusarow.autoreset:auto-reset-junit4:jar:0.9.0'
<dependency org="com.rickbusarow.autoreset" name="auto-reset-junit4" rev="0.9.0">
<artifact name="auto-reset-junit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rickbusarow.autoreset', module='auto-reset-junit4', version='0.9.0')
)
libraryDependencies += "com.rickbusarow.autoreset" % "auto-reset-junit4" % "0.9.0"
[com.rickbusarow.autoreset/auto-reset-junit4 "0.9.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.rickbusarow.autoreset : auto-reset-api | jar | 0.9.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.jetbrains.kotlin : kotlin-reflect | jar | 1.3.61 |
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.61 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.kotest : kotest-assertions-core-jvm | jar | 4.0.5 |
| io.kotest : kotest-property-jvm | jar | 4.0.5 |
| io.kotest : kotest-runner-junit5-jvm | jar | 4.0.5 |
| org.jetbrains.kotlin : kotlin-test | jar | 1.3.61 |
| org.jetbrains.kotlin : kotlin-test-common | jar | 1.3.61 |
I promise I'll put things here soon.