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