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

org.ops4j.pax:exam 2.0.0-M1

Exxam - Integration testing framework for Modern Java Platforms.

Группа

Группа

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

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

exam
Версия

Версия

2.0.0-M1
Тип

Тип

pom

Скачать exam 2.0.0-M1

Имя Файла Размер
exam-2.0.0-M1.pom 8 KB
Обзор

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