Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdcom.github.nfalco79 |
ArtifactId | ArtifactIdjunit4osgi-runner |
Version | Version1.2.13 |
Type | Typejar |
Filename | Size |
---|---|
junit4osgi-runner-1.2.13.pom | |
junit4osgi-runner-1.2.13.jar | 291 KB |
junit4osgi-runner-1.2.13-sources.jar | 295 KB |
junit4osgi-runner-1.2.13-javadoc.jar | 135 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nfalco79/junit4osgi-runner/ -->
<dependency>
<groupId>com.github.nfalco79</groupId>
<artifactId>junit4osgi-runner</artifactId>
<version>1.2.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nfalco79/junit4osgi-runner/
implementation 'com.github.nfalco79:junit4osgi-runner:1.2.13'
// https://jarcasting.com/artifacts/com.github.nfalco79/junit4osgi-runner/
implementation ("com.github.nfalco79:junit4osgi-runner:1.2.13")
'com.github.nfalco79:junit4osgi-runner:jar:1.2.13'
<dependency org="com.github.nfalco79" name="junit4osgi-runner" rev="1.2.13">
<artifact name="junit4osgi-runner" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nfalco79', module='junit4osgi-runner', version='1.2.13')
)
libraryDependencies += "com.github.nfalco79" % "junit4osgi-runner" % "1.2.13"
[com.github.nfalco79/junit4osgi-runner "1.2.13"]