| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.jakubholy.testing |
| Идентификатор | Идентификаторdbunit-express |
| Последняя версия | Последняя версия1.3.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеExpress DbUnit with Embedded Derby DB
The project helps you to setup a DbUnit test using an embedded Derby database
by providing an AbstractEmbeddedDbTestCase.java that you extend, instructions
for using it, and the utility DatabaseCreator.java for creating and initializing the DB.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| dbunit-express-1.3.0.pom | |
| dbunit-express-1.3.0.jar | 38 KB |
| dbunit-express-1.3.0-sources.jar | 36 KB |
| dbunit-express-1.3.0-javadoc.jar | 141 KB |
| dbunit-express-1.3.0-dist.zip | 3 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.jakubholy.testing/dbunit-express/ -->
<dependency>
<groupId>net.jakubholy.testing</groupId>
<artifactId>dbunit-express</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.jakubholy.testing/dbunit-express/
implementation 'net.jakubholy.testing:dbunit-express:1.3.0'
// https://jarcasting.com/artifacts/net.jakubholy.testing/dbunit-express/
implementation ("net.jakubholy.testing:dbunit-express:1.3.0")
'net.jakubholy.testing:dbunit-express:jar:1.3.0'
<dependency org="net.jakubholy.testing" name="dbunit-express" rev="1.3.0">
<artifact name="dbunit-express" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.jakubholy.testing', module='dbunit-express', version='1.3.0')
)
libraryDependencies += "net.jakubholy.testing" % "dbunit-express" % "1.3.0"
[net.jakubholy.testing/dbunit-express "1.3.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.derby : derby | jar | 10.8.1.2 |
| org.dbunit : dbunit | jar | 2.4.8 |
| junit : junit | jar | [3.8.2,4),[4.9,5) |
| org.slf4j : slf4j-api | jar | 1.5.6 |
| org.slf4j : slf4j-simple | jar | 1.5.6 |