| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.easetech |
| Идентификатор | Идентификаторeasytest-spring |
| Последняя версия | Последняя версия1.3.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеEasyTest to ease Data Driven Testing
EasyTest is a JUnit extension perform Data Driven Testing with ease and simplicity.
It supports method parameters with Test annotation and much more.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| easytest-spring-1.3.2.pom | |
| easytest-spring-1.3.2.jar | 8 KB |
| easytest-spring-1.3.2-sources.jar | 7 KB |
| easytest-spring-1.3.2-javadoc.jar | 36 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.easetech/easytest-spring/ -->
<dependency>
<groupId>org.easetech</groupId>
<artifactId>easytest-spring</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.easetech/easytest-spring/
implementation 'org.easetech:easytest-spring:1.3.2'
// https://jarcasting.com/artifacts/org.easetech/easytest-spring/
implementation ("org.easetech:easytest-spring:1.3.2")
'org.easetech:easytest-spring:jar:1.3.2'
<dependency org="org.easetech" name="easytest-spring" rev="1.3.2">
<artifact name="easytest-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.easetech', module='easytest-spring', version='1.3.2')
)
libraryDependencies += "org.easetech" % "easytest-spring" % "1.3.2"
[org.easetech/easytest-spring "1.3.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.easetech : easytest-core | jar | 1.3.2 |
| org.springframework : spring-test | jar | 3.0.6.RELEASE |
| org.springframework : spring-web | jar | 3.0.6.RELEASE |
| org.springframework : spring-aop | jar | 3.0.6.RELEASE |