| Лицензия |
Лицензия |
|---|---|
| Группа | Группаch.qos.mistletoe |
| Идентификатор | Идентификаторmistletoe-parent |
| Последняя версия | Последняя версия0.3 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеMisteletoe
Mistletoe: a junit extension intended for integration testing
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчикQOS.ch |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| mistletoe-parent-0.3.pom | 7 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/ch.qos.mistletoe/mistletoe-parent/ -->
<dependency>
<groupId>ch.qos.mistletoe</groupId>
<artifactId>mistletoe-parent</artifactId>
<version>0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ch.qos.mistletoe/mistletoe-parent/
implementation 'ch.qos.mistletoe:mistletoe-parent:0.3'
// https://jarcasting.com/artifacts/ch.qos.mistletoe/mistletoe-parent/
implementation ("ch.qos.mistletoe:mistletoe-parent:0.3")
'ch.qos.mistletoe:mistletoe-parent:pom:0.3'
<dependency org="ch.qos.mistletoe" name="mistletoe-parent" rev="0.3">
<artifact name="mistletoe-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='ch.qos.mistletoe', module='mistletoe-parent', version='0.3')
)
libraryDependencies += "ch.qos.mistletoe" % "mistletoe-parent" % "0.3"
[ch.qos.mistletoe/mistletoe-parent "0.3"]