| Лицензия |
Лицензия |
|---|---|
| Группа | Группаedu.illinois.cs |
| Идентификатор | Идентификаторtestrunner |
| Последняя версия | Последняя версия1.2.1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеtestrunner
A tool for customizing the order JUnit tests run
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| testrunner-1.2.1.pom | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/edu.illinois.cs/testrunner/ -->
<dependency>
<groupId>edu.illinois.cs</groupId>
<artifactId>testrunner</artifactId>
<version>1.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/edu.illinois.cs/testrunner/
implementation 'edu.illinois.cs:testrunner:1.2.1'
// https://jarcasting.com/artifacts/edu.illinois.cs/testrunner/
implementation ("edu.illinois.cs:testrunner:1.2.1")
'edu.illinois.cs:testrunner:pom:1.2.1'
<dependency org="edu.illinois.cs" name="testrunner" rev="1.2.1">
<artifact name="testrunner" type="pom" />
</dependency>
@Grapes(
@Grab(group='edu.illinois.cs', module='testrunner', version='1.2.1')
)
libraryDependencies += "edu.illinois.cs" % "testrunner" % "1.2.1"
[edu.illinois.cs/testrunner "1.2.1"]