MVN

com.github.nfalco79 : junit4osgi-runner

Maven & Gradle

Dec 01, 2019
3 stars

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

<dependency>
    <groupId>com.github.nfalco79</groupId>
    <artifactId>junit4osgi-runner</artifactId>
    <version>1.2.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.nfalco79 : junit4osgi-runner to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.15

All Versions

Choose a version of com.github.nfalco79 : junit4osgi-runner to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
junit4osgi-runner-1.2.15
junit4osgi-runner-1.2.14
junit4osgi-runner-1.2.13
junit4osgi-runner-1.2.12
junit4osgi-runner-1.2.11
junit4osgi-runner-1.2.10
junit4osgi-runner-1.2.9
junit4osgi-runner-1.2.8
junit4osgi-runner-1.2.7
junit4osgi-runner-1.2.6
junit4osgi-runner-1.2.5
junit4osgi-runner-1.2.4
junit4osgi-runner-1.2.3
junit4osgi-runner-1.2.2
junit4osgi-runner-1.2.1
junit4osgi-runner-1.2.0
1.1.x
junit4osgi-runner-1.1.3
junit4osgi-runner-1.1.2
junit4osgi-runner-1.1.1
junit4osgi-runner-1.1.0
1.0.x
junit4osgi-runner-1.0.0

How to add a dependency to Maven

Add the following com.github.nfalco79 : junit4osgi-runner maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.nfalco79</groupId>
    <artifactId>junit4osgi-runner</artifactId>
    <version>1.2.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.nfalco79 : junit4osgi-runner gradle dependency to your build.gradle file:

implementation 'com.github.nfalco79:junit4osgi-runner:1.2.15'

Gradle Kotlin DSL: Add the following com.github.nfalco79 : junit4osgi-runner gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.nfalco79:junit4osgi-runner:1.2.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.nfalco79 : junit4osgi-runner sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.nfalco79" % "junit4osgi-runner" % "1.2.15"