| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJUnit Тестирование компонентов |
| Группа | Группаcom.fnproject.fn |
| Идентификатор | Идентификаторtesting-junit4 |
| Последняя версия | Последняя версия1.0.149 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеThe Function Development Kit for Java makes it easy to build and deploy Java functions to Fn
|
| Имя Файла | Размер |
|---|---|
| testing-junit4-1.0.149.pom | |
| testing-junit4-1.0.149.jar | 27 KB |
| testing-junit4-1.0.149-sources.jar | 8 KB |
| testing-junit4-1.0.149-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.149</version>
</dependency>
// https://jarcasting.com/artifacts/com.fnproject.fn/testing-junit4/
implementation 'com.fnproject.fn:testing-junit4:1.0.149'
// https://jarcasting.com/artifacts/com.fnproject.fn/testing-junit4/
implementation ("com.fnproject.fn:testing-junit4:1.0.149")
'com.fnproject.fn:testing-junit4:jar:1.0.149'
<dependency org="com.fnproject.fn" name="testing-junit4" rev="1.0.149">
<artifact name="testing-junit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fnproject.fn', module='testing-junit4', version='1.0.149')
)
libraryDependencies += "com.fnproject.fn" % "testing-junit4" % "1.0.149"
[com.fnproject.fn/testing-junit4 "1.0.149"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.fnproject.fn : testing-core | jar | 1.0.149 |
| com.fnproject.fn : runtime | jar | 1.0.149 |
| junit : junit | jar | 4.13.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.assertj : assertj-core | jar | 3.21.0 |