is not current version
Last Version 4.13.5

org.ops4j.pax:exam 1.2.4

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

GroupId

GroupId

org.ops4j.pax
ArtifactId

ArtifactId

exam
Version

Version

1.2.4
Type

Type

pom

Download exam 1.2.4

Filename Size
exam-1.2.4.pom 10 KB
Browse

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