| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.thundra |
| Идентификатор | Идентификаторjexter |
| Последняя версия | Последняя версия1.0.1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеJexter
Extensions/Plugins for JVM test frameworks
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| jexter-1.0.1.pom | 8 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.thundra/jexter/ -->
<dependency>
<groupId>io.thundra</groupId>
<artifactId>jexter</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.thundra/jexter/
implementation 'io.thundra:jexter:1.0.1'
// https://jarcasting.com/artifacts/io.thundra/jexter/
implementation ("io.thundra:jexter:1.0.1")
'io.thundra:jexter:pom:1.0.1'
<dependency org="io.thundra" name="jexter" rev="1.0.1">
<artifact name="jexter" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.thundra', module='jexter', version='1.0.1')
)
libraryDependencies += "io.thundra" % "jexter" % "1.0.1"
[io.thundra/jexter "1.0.1"]