| Категории |
КатегорииJUnit Тестирование компонентов |
|---|---|
| Группа | Группаcom.github.nfalco79 |
| Идентификатор | Идентификаторjunit4osgi-parent |
| Версия | Версия1.2.13 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| junit4osgi-parent-1.2.13.pom | 9 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.nfalco79/junit4osgi-parent/ -->
<dependency>
<groupId>com.github.nfalco79</groupId>
<artifactId>junit4osgi-parent</artifactId>
<version>1.2.13</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.nfalco79/junit4osgi-parent/
implementation 'com.github.nfalco79:junit4osgi-parent:1.2.13'
// https://jarcasting.com/artifacts/com.github.nfalco79/junit4osgi-parent/
implementation ("com.github.nfalco79:junit4osgi-parent:1.2.13")
'com.github.nfalco79:junit4osgi-parent:pom:1.2.13'
<dependency org="com.github.nfalco79" name="junit4osgi-parent" rev="1.2.13">
<artifact name="junit4osgi-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.nfalco79', module='junit4osgi-parent', version='1.2.13')
)
libraryDependencies += "com.github.nfalco79" % "junit4osgi-parent" % "1.2.13"
[com.github.nfalco79/junit4osgi-parent "1.2.13"]