Jar examples for b:biz.aQute.tester
A bnd tester. If this bundle is used as the tester (previously aQute.junit) then it will add itself to the -runbundles at the end. At startup, this bundle will then run the tests. This bundle does NOT contain JUnit itself. It will import JUnit just like any other bundle.
You can download jar file biz.aQute.tester 3.4.0 in this page.
Apache License, Version 2.0
You can use the following script to add biz.aQute.tester-3.4.0.jar to your project.
<dependency> <groupId>biz.aQute.bnd</groupId> <artifactId>biz.aQute.tester</artifactId> <version>3.4.0</version> </dependency>
compile group: 'biz.aQute.bnd', name: 'biz.aQute.tester', version: '3.4.0'
libraryDependencies += "biz.aQute.bnd" % "biz.aQute.tester" % "3.4.0"
<dependency org="biz.aQute.bnd" name="biz.aQute.tester" rev="3.4.0"/>
@Grapes(@Grab(group='biz.aQute.bnd', module='biz.aQute.tester', version='3.4.0'))
'biz.aQute.bnd:biz.aQute.tester:jar:3.4.0'
Click the following link to download the jar file.
biz.aQute.tester-3.4.0-javadoc.jar