| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJUnit Тестирование компонентов |
| Группа | Группаcom.tngtech.jgiven |
| Идентификатор | Идентификаторjgiven-spring-junit4 |
| Последняя версия | Последняя версия1.2.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеjgiven-spring-junit4
Module for using Spring dependency injection together with JGiven and JUnit 4
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| jgiven-spring-junit4-1.2.2.pom | |
| jgiven-spring-junit4-1.2.2.jar | 8 KB |
| jgiven-spring-junit4-1.2.2-sources.jar | 6 KB |
| jgiven-spring-junit4-1.2.2-javadoc.jar | 43 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.tngtech.jgiven/jgiven-spring-junit4/ -->
<dependency>
<groupId>com.tngtech.jgiven</groupId>
<artifactId>jgiven-spring-junit4</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.tngtech.jgiven/jgiven-spring-junit4/
implementation 'com.tngtech.jgiven:jgiven-spring-junit4:1.2.2'
// https://jarcasting.com/artifacts/com.tngtech.jgiven/jgiven-spring-junit4/
implementation ("com.tngtech.jgiven:jgiven-spring-junit4:1.2.2")
'com.tngtech.jgiven:jgiven-spring-junit4:jar:1.2.2'
<dependency org="com.tngtech.jgiven" name="jgiven-spring-junit4" rev="1.2.2">
<artifact name="jgiven-spring-junit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tngtech.jgiven', module='jgiven-spring-junit4', version='1.2.2')
)
libraryDependencies += "com.tngtech.jgiven" % "jgiven-spring-junit4" % "1.2.2"
[com.tngtech.jgiven/jgiven-spring-junit4 "1.2.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.tngtech.jgiven : jgiven-spring | jar | 1.2.2 |
| com.tngtech.jgiven : jgiven-junit | jar | 1.2.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| org.springframework : spring-context | jar | 5.3.19 |
| org.springframework : spring-test | jar | 5.3.19 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.35 |