j

junit4osgi-registry

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