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