Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdcom.github.nfalco79 |
ArtifactId | ArtifactIdjunit4osgi-parent |
Version | Version1.2.5 |
Type | Typepom |
Filename | Size |
---|---|
junit4osgi-parent-1.2.5.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nfalco79/junit4osgi-parent/ -->
<dependency>
<groupId>com.github.nfalco79</groupId>
<artifactId>junit4osgi-parent</artifactId>
<version>1.2.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.nfalco79/junit4osgi-parent/
implementation 'com.github.nfalco79:junit4osgi-parent:1.2.5'
// https://jarcasting.com/artifacts/com.github.nfalco79/junit4osgi-parent/
implementation ("com.github.nfalco79:junit4osgi-parent:1.2.5")
'com.github.nfalco79:junit4osgi-parent:pom:1.2.5'
<dependency org="com.github.nfalco79" name="junit4osgi-parent" rev="1.2.5">
<artifact name="junit4osgi-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.nfalco79', module='junit4osgi-parent', version='1.2.5')
)
libraryDependencies += "com.github.nfalco79" % "junit4osgi-parent" % "1.2.5"
[com.github.nfalco79/junit4osgi-parent "1.2.5"]