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

org.ops4j.pax:exam 3.0.0.M3

Pax Exam- Integration testing framework for Modern Java Platforms.

Группа

Группа

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

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

exam
Версия

Версия

3.0.0.M3
Тип

Тип

pom

Скачать exam 3.0.0.M3

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

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