j

junit4osgi-parent

These bundles enable to run JUnit 4 into a OSGi running system.
https://github.com/nfalco79/junit4osgi
Apache License 2.0
Nikolas Falco
文件下载
文件名 操作
junit4osgi-parent-1.1.0.pom 下载
Apache Maven
<dependency>
  <groupId>com.github.nfalco79</groupId>
  <artifactId>junit4osgi-parent</artifactId>
  <version>1.1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.nfalco79:junit4osgi-parent:1.1.0'
Gradle Kotlin
implementation("com.github.nfalco79:junit4osgi-parent:1.1.0")
Scala SBT
libraryDependencies += "com.github.nfalco79" % "junit4osgi-parent" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.nfalco79', module='junit4osgi-parent', version='1.1.0')
)
Apache Ivy
<dependency org="com.github.nfalco79" name="junit4osgi-parent" rev="1.1.0" />
Leiningen
[com.github.nfalco79/junit4osgi-parent "1.1.0"]
Apache Buildr
'com.github.nfalco79:junit4osgi-parent:jar:1.1.0'