Download exam-1.2.2.jar file - Jar e

Jar examples for e:exam

Description

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

You can download jar file exam 1.2.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add exam-1.2.2.jar to your project.

<dependency>
   <groupId>org.ops4j.pax</groupId>
   <artifactId>exam</artifactId>
   <version>1.2.2</version>
</dependency>
compile group: 'org.ops4j.pax', name: 'exam', version: '1.2.2'
libraryDependencies += "org.ops4j.pax" % "exam" % "1.2.2"
<dependency org="org.ops4j.pax" name="exam" rev="1.2.2"/>
@Grapes(@Grab(group='org.ops4j.pax', module='exam', version='1.2.2'))
'org.ops4j.pax:exam:jar:1.2.2'

Download

Click the following link to download the jar file.

exam-1.2.2-javadoc.jar
exam-1.2.2-sources.jar
exam-1.2.2.pom



Related Tutorials