e

exam

OPS4J Pax Exam - Integration testing framework for OSGi. Detailed information to be found at http://wiki.ops4j.org/display/ops4j/Pax+Exam.
http://www.ops4j.org/projects/pax/web/exam/
Apache License, Version 2.0
Toni Menzel Stuart McCulloch Alin Dreghiciu
Files download
File Operation
exam-1.0.0.pom download
Apache Maven
<dependency>
  <groupId>org.ops4j.pax</groupId>
  <artifactId>exam</artifactId>
  <version>1.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.ops4j.pax:exam:1.0.0'
Gradle Kotlin
implementation("org.ops4j.pax:exam:1.0.0")
Scala SBT
libraryDependencies += "org.ops4j.pax" % "exam" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.ops4j.pax', module='exam', version='1.0.0')
)
Apache Ivy
<dependency org="org.ops4j.pax" name="exam" rev="1.0.0" />
Leiningen
[org.ops4j.pax/exam "1.0.0"]
Apache Buildr
'org.ops4j.pax:exam:jar:1.0.0'