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

org.ops4j.pax:exam 3.0.0.M4

Pax Exam - Integration testing framework for Modern Java Platforms.

Группа

Группа

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

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

exam
Версия

Версия

3.0.0.M4
Тип

Тип

pom

Скачать exam 3.0.0.M4

Имя Файла Размер
exam-3.0.0.M4.pom 24 KB
Обзор

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