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
Files download
File Operation
junit4osgi-parent-1.2.15.pom download
Apache Maven
<dependency>
  <groupId>com.github.nfalco79</groupId>
  <artifactId>junit4osgi-parent</artifactId>
  <version>1.2.15</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.nfalco79:junit4osgi-parent:1.2.15'
Gradle Kotlin
implementation("com.github.nfalco79:junit4osgi-parent:1.2.15")
Scala SBT
libraryDependencies += "com.github.nfalco79" % "junit4osgi-parent" % "1.2.15"
Groovy Grape
@Grapes(
  @Grab(group='com.github.nfalco79', module='junit4osgi-parent', version='1.2.15')
)
Apache Ivy
<dependency org="com.github.nfalco79" name="junit4osgi-parent" rev="1.2.15" />
Leiningen
[com.github.nfalco79/junit4osgi-parent "1.2.15"]
Apache Buildr
'com.github.nfalco79:junit4osgi-parent:jar:1.2.15'