| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJUnit Тестирование компонентов |
| Группа | Группаorg.junit |
| Идентификатор | Идентификаторjunit-commons |
| Версия | Версия5.0.0-ALPHA |
| Тип | Типjar |
| Описание |
Описаниеorg.junit:junit-commons
Module "junit-commons" of JUnit 5.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| junit-commons-5.0.0-ALPHA.pom | |
| junit-commons-5.0.0-ALPHA.jar | 27 KB |
| junit-commons-5.0.0-ALPHA-sources.jar | 19 KB |
| junit-commons-5.0.0-ALPHA-javadoc.jar | 70 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.junit/junit-commons/ -->
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-commons</artifactId>
<version>5.0.0-ALPHA</version>
</dependency>
// https://jarcasting.com/artifacts/org.junit/junit-commons/
implementation 'org.junit:junit-commons:5.0.0-ALPHA'
// https://jarcasting.com/artifacts/org.junit/junit-commons/
implementation ("org.junit:junit-commons:5.0.0-ALPHA")
'org.junit:junit-commons:jar:5.0.0-ALPHA'
<dependency org="org.junit" name="junit-commons" rev="5.0.0-ALPHA">
<artifact name="junit-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.junit', module='junit-commons', version='5.0.0-ALPHA')
)
libraryDependencies += "org.junit" % "junit-commons" % "5.0.0-ALPHA"
[org.junit/junit-commons "5.0.0-ALPHA"]