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