is not current version
Last Version 1.2.15

com.github.nfalco79:junit4osgi-runner 1.2.11

This bundle deals to run all tests in a test registry and produce for each one an XML surefire report.

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.github.nfalco79
ArtifactId

ArtifactId

junit4osgi-runner
Version

Version

1.2.11
Type

Type

jar

Download junit4osgi-runner 1.2.11


<!-- https://jarcasting.com/artifacts/com.github.nfalco79/junit4osgi-runner/ -->
<dependency>
    <groupId>com.github.nfalco79</groupId>
    <artifactId>junit4osgi-runner</artifactId>
    <version>1.2.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nfalco79/junit4osgi-runner/
implementation 'com.github.nfalco79:junit4osgi-runner:1.2.11'
// https://jarcasting.com/artifacts/com.github.nfalco79/junit4osgi-runner/
implementation ("com.github.nfalco79:junit4osgi-runner:1.2.11")
'com.github.nfalco79:junit4osgi-runner:jar:1.2.11'
<dependency org="com.github.nfalco79" name="junit4osgi-runner" rev="1.2.11">
  <artifact name="junit4osgi-runner" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nfalco79', module='junit4osgi-runner', version='1.2.11')
)
libraryDependencies += "com.github.nfalco79" % "junit4osgi-runner" % "1.2.11"
[com.github.nfalco79/junit4osgi-runner "1.2.11"]