| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJUnit Тестирование компонентов Данные |
| Группа | Группаcom.lotaris.junitee |
| Идентификатор | Идентификаторjunitee-data-utils |
| Последняя версия | Последняя версия2.0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеJUnit Java EE Data Utils
JUnit data utilities to manage data in a database when doing tests like API tests against an application in application server.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| junitee-data-utils-2.0.1.pom | |
| junitee-data-utils-2.0.1.jar | 25 KB |
| junitee-data-utils-2.0.1-sources.jar | 17 KB |
| junitee-data-utils-2.0.1-javadoc.jar | 118 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.lotaris.junitee/junitee-data-utils/ -->
<dependency>
<groupId>com.lotaris.junitee</groupId>
<artifactId>junitee-data-utils</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.lotaris.junitee/junitee-data-utils/
implementation 'com.lotaris.junitee:junitee-data-utils:2.0.1'
// https://jarcasting.com/artifacts/com.lotaris.junitee/junitee-data-utils/
implementation ("com.lotaris.junitee:junitee-data-utils:2.0.1")
'com.lotaris.junitee:junitee-data-utils:jar:2.0.1'
<dependency org="com.lotaris.junitee" name="junitee-data-utils" rev="2.0.1">
<artifact name="junitee-data-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lotaris.junitee', module='junitee-data-utils', version='2.0.1')
)
libraryDependencies += "com.lotaris.junitee" % "junitee-data-utils" % "2.0.1"
[com.lotaris.junitee/junitee-data-utils "2.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| cglib : cglib | jar | 2.2.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax : javaee-api | jar | 7.0 |
| org.slf4j : slf4j-api | jar | 1.7.5 |
| junit : junit | jar | 4.11 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| asm : asm-util | jar | 3.3.1 |
| com.lotaris.rox.client : rox-client-junit | jar | 2.2.1 |
| org.eclipse.persistence : javax.persistence | jar | 2.1.0 |
| org.eclipse.persistence : eclipselink | jar | 2.5.2-M1 |
| org.slf4j : slf4j-log4j12 | jar | 1.7.5 |
| commons-logging : commons-logging | jar | 1.1.3 |
| org.mockito : mockito-all | jar | 1.9.5 |
| org.powermock : powermock-module-junit4 | jar | 1.5.1 |
| org.powermock : powermock-api-mockito | jar | 1.5.1 |