| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJUnit Тестирование компонентов |
| Группа | Группаio.avaje |
| Идентификатор | Идентификаторjunit |
| Последняя версия | Последняя версия1.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеParent for avaje java8 open source projects.
|
| Имя Файла | Размер |
|---|---|
| junit-1.1.pom | |
| junit-1.1.jar | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.avaje/junit/ -->
<dependency>
<groupId>io.avaje</groupId>
<artifactId>junit</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.avaje/junit/
implementation 'io.avaje:junit:1.1'
// https://jarcasting.com/artifacts/io.avaje/junit/
implementation ("io.avaje:junit:1.1")
'io.avaje:junit:jar:1.1'
<dependency org="io.avaje" name="junit" rev="1.1">
<artifact name="junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.avaje', module='junit', version='1.1')
)
libraryDependencies += "io.avaje" % "junit" % "1.1"
[io.avaje/junit "1.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
| org.assertj : assertj-core | jar | 3.22.0 |
| org.mockito : mockito-core | jar | 4.4.0 |