is not current version
Last Version 4.13.5

org.ops4j.pax:exam 3.5.0

Pax Exam Integration testing framework for Modern Java Platforms.

GroupId

GroupId

org.ops4j.pax
ArtifactId

ArtifactId

exam
Version

Version

3.5.0
Type

Type

pom

Download exam 3.5.0

Filename Size
exam-3.5.0.pom 40 KB
Browse

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