is not current version
Last Version 1.2.15

com.github.nfalco79:junit4osgi-parent 1.2.2

These bundles enable to run JUnit 4 into a OSGi running system.

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.github.nfalco79
ArtifactId

ArtifactId

junit4osgi-parent
Version

Version

1.2.2
Type

Type

pom

Download junit4osgi-parent 1.2.2


<!-- https://jarcasting.com/artifacts/com.github.nfalco79/junit4osgi-parent/ -->
<dependency>
    <groupId>com.github.nfalco79</groupId>
    <artifactId>junit4osgi-parent</artifactId>
    <version>1.2.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.nfalco79/junit4osgi-parent/
implementation 'com.github.nfalco79:junit4osgi-parent:1.2.2'
// https://jarcasting.com/artifacts/com.github.nfalco79/junit4osgi-parent/
implementation ("com.github.nfalco79:junit4osgi-parent:1.2.2")
'com.github.nfalco79:junit4osgi-parent:pom:1.2.2'
<dependency org="com.github.nfalco79" name="junit4osgi-parent" rev="1.2.2">
  <artifact name="junit4osgi-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.nfalco79', module='junit4osgi-parent', version='1.2.2')
)
libraryDependencies += "com.github.nfalco79" % "junit4osgi-parent" % "1.2.2"
[com.github.nfalco79/junit4osgi-parent "1.2.2"]