Download junit-osgi-4.12.jar file - Jar j

Jar examples for j:junit-osgi

Description

JUnit is a unit testing framework for Java, created by Erich Gamma and Kent Beck.

You can download jar file junit-osgi 4.12 in this page.

License

Eclipse Public License 1.0

Build File

You can use the following script to add junit-osgi-4.12.jar to your project.

<dependency>
   <groupId>com.dukescript.api</groupId>
   <artifactId>junit-osgi</artifactId>
   <version>4.12</version>
</dependency>
compile group: 'com.dukescript.api', name: 'junit-osgi', version: '4.12'
libraryDependencies += "com.dukescript.api" % "junit-osgi" % "4.12"
<dependency org="com.dukescript.api" name="junit-osgi" rev="4.12"/>
@Grapes(@Grab(group='com.dukescript.api', module='junit-osgi', version='4.12'))
'com.dukescript.api:junit-osgi:jar:4.12'

Download

Click the following link to download the jar file.

junit-osgi-4.12.jar
junit-osgi-4.12.pom



Related Tutorials