| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJUnit Тестирование компонентов |
| Группа | Группаio.github.henryssondaniel.teacup.engine |
| Идентификатор | Идентификаторjunit |
| Последняя версия | Последняя версия1.1.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеio.github.henryssondaniel.teacup.engine:junit
Run Teacup tests with the JUnit engine
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| junit-1.1.4.pom | |
| junit-1.1.4.jar | 13 KB |
| junit-1.1.4-sources.jar | 6 KB |
| junit-1.1.4-javadoc.jar | 397 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.henryssondaniel.teacup.engine/junit/ -->
<dependency>
<groupId>io.github.henryssondaniel.teacup.engine</groupId>
<artifactId>junit</artifactId>
<version>1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.henryssondaniel.teacup.engine/junit/
implementation 'io.github.henryssondaniel.teacup.engine:junit:1.1.4'
// https://jarcasting.com/artifacts/io.github.henryssondaniel.teacup.engine/junit/
implementation ("io.github.henryssondaniel.teacup.engine:junit:1.1.4")
'io.github.henryssondaniel.teacup.engine:junit:jar:1.1.4'
<dependency org="io.github.henryssondaniel.teacup.engine" name="junit" rev="1.1.4">
<artifact name="junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.henryssondaniel.teacup.engine', module='junit', version='1.1.4')
)
libraryDependencies += "io.github.henryssondaniel.teacup.engine" % "junit" % "1.1.4"
[io.github.henryssondaniel.teacup.engine/junit "1.1.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.github.henryssondaniel.teacup : core | jar | 1.2.0 |
| io.github.henryssondaniel.teacup : engine | jar | 1.0.1 |
| io.github.henryssondaniel.teacup : protocol | jar | 1.0.0 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.6.0-M1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.platform : junit-platform-launcher | jar | 1.6.0-M1 |