| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.ops4j.pax.exam |
| Идентификатор | Идентификаторpax-exam-features |
| Последняя версия | Последняя версия4.13.5 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеOPS4J Pax Exam Karaf features
Pax Exam Integration testing framework for Modern Java Platforms.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| pax-exam-features-4.13.5.pom | |
| pax-exam-features-4.13.5.xml | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.ops4j.pax.exam/pax-exam-features/ -->
<dependency>
<groupId>org.ops4j.pax.exam</groupId>
<artifactId>pax-exam-features</artifactId>
<version>4.13.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax.exam/pax-exam-features/
implementation 'org.ops4j.pax.exam:pax-exam-features:4.13.5'
// https://jarcasting.com/artifacts/org.ops4j.pax.exam/pax-exam-features/
implementation ("org.ops4j.pax.exam:pax-exam-features:4.13.5")
'org.ops4j.pax.exam:pax-exam-features:pom:4.13.5'
<dependency org="org.ops4j.pax.exam" name="pax-exam-features" rev="4.13.5">
<artifact name="pax-exam-features" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.exam', module='pax-exam-features', version='4.13.5')
)
libraryDependencies += "org.ops4j.pax.exam" % "pax-exam-features" % "4.13.5"
[org.ops4j.pax.exam/pax-exam-features "4.13.5"]