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