не последняя версия
Последняя версия 4.13.5

org.ops4j.pax:exam 1.2.1

OPS4J Pax Exam - Integration testing framework for OSGi. Detailed information to be found at http://wiki.ops4j.org/display/ops4j/Pax+Exam.

Группа

Группа

org.ops4j.pax
Идентификатор

Идентификатор

exam
Версия

Версия

1.2.1
Тип

Тип

pom

Скачать exam 1.2.1

Имя Файла Размер
exam-1.2.1.pom 10 KB
Обзор

<!-- https://jarcasting.com/artifacts/org.ops4j.pax/exam/ -->
<dependency>
    <groupId>org.ops4j.pax</groupId>
    <artifactId>exam</artifactId>
    <version>1.2.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax/exam/
implementation 'org.ops4j.pax:exam:1.2.1'
// https://jarcasting.com/artifacts/org.ops4j.pax/exam/
implementation ("org.ops4j.pax:exam:1.2.1")
'org.ops4j.pax:exam:pom:1.2.1'
<dependency org="org.ops4j.pax" name="exam" rev="1.2.1">
  <artifact name="exam" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax', module='exam', version='1.2.1')
)
libraryDependencies += "org.ops4j.pax" % "exam" % "1.2.1"
[org.ops4j.pax/exam "1.2.1"]