j

junit4osgi-runner

This bundle deals to run all tests in a test registry and produce for each one an XML surefire report.
文件下载
文件名 操作
junit4osgi-runner-1.2.15.jar 下载
junit4osgi-runner-1.2.15.pom 下载
junit4osgi-runner-1.2.15-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.nfalco79</groupId>
  <artifactId>junit4osgi-runner</artifactId>
  <version>1.2.15</version>
</dependency>
Gradle Groovy
implementation 'com.github.nfalco79:junit4osgi-runner:1.2.15'
Gradle Kotlin
implementation("com.github.nfalco79:junit4osgi-runner:1.2.15")
Scala SBT
libraryDependencies += "com.github.nfalco79" % "junit4osgi-runner" % "1.2.15"
Groovy Grape
@Grapes(
  @Grab(group='com.github.nfalco79', module='junit4osgi-runner', version='1.2.15')
)
Apache Ivy
<dependency org="com.github.nfalco79" name="junit4osgi-runner" rev="1.2.15" />
Leiningen
[com.github.nfalco79/junit4osgi-runner "1.2.15"]
Apache Buildr
'com.github.nfalco79:junit4osgi-runner:jar:1.2.15'