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