is not current version
Last Version 4.13.5

org.ops4j.pax:exam 1.1.0

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.1.0
Type

Type

pom

Download exam 1.1.0

Filename Size
exam-1.1.0.pom 8 KB
Browse

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