j

junit4osgi-registry

This bundle registers different test registry as OSGi service.
Files download
File Operation
junit4osgi-registry-1.2.7.jar download
junit4osgi-registry-1.2.7.pom download
junit4osgi-registry-1.2.7-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.nfalco79</groupId>
  <artifactId>junit4osgi-registry</artifactId>
  <version>1.2.7</version>
</dependency>
Gradle Groovy
implementation 'com.github.nfalco79:junit4osgi-registry:1.2.7'
Gradle Kotlin
implementation("com.github.nfalco79:junit4osgi-registry:1.2.7")
Scala SBT
libraryDependencies += "com.github.nfalco79" % "junit4osgi-registry" % "1.2.7"
Groovy Grape
@Grapes(
  @Grab(group='com.github.nfalco79', module='junit4osgi-registry', version='1.2.7')
)
Apache Ivy
<dependency org="com.github.nfalco79" name="junit4osgi-registry" rev="1.2.7" />
Leiningen
[com.github.nfalco79/junit4osgi-registry "1.2.7"]
Apache Buildr
'com.github.nfalco79:junit4osgi-registry:jar:1.2.7'