| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.link-intersystems.commons |
| Идентификатор | Идентификаторlis-commons-test-db |
| Последняя версия | Последняя версия1.5.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеLIS Commons Test DB
Link Intersystems Commons Test DB (lis-commons-test-db) provides a JUnit 5 extensions
for test database setup and is shipped with the sakila test database provided by mysql.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| lis-commons-test-db-1.5.1.pom | |
| lis-commons-test-db-1.5.1.jar | 1 MB |
| lis-commons-test-db-1.5.1-tests.jar | 8 KB |
| lis-commons-test-db-1.5.1-sources.jar | 1 MB |
| lis-commons-test-db-1.5.1-javadoc.jar | 142 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.link-intersystems.commons/lis-commons-test-db/ -->
<dependency>
<groupId>com.link-intersystems.commons</groupId>
<artifactId>lis-commons-test-db</artifactId>
<version>1.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.link-intersystems.commons/lis-commons-test-db/
implementation 'com.link-intersystems.commons:lis-commons-test-db:1.5.1'
// https://jarcasting.com/artifacts/com.link-intersystems.commons/lis-commons-test-db/
implementation ("com.link-intersystems.commons:lis-commons-test-db:1.5.1")
'com.link-intersystems.commons:lis-commons-test-db:jar:1.5.1'
<dependency org="com.link-intersystems.commons" name="lis-commons-test-db" rev="1.5.1">
<artifact name="lis-commons-test-db" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.link-intersystems.commons', module='lis-commons-test-db', version='1.5.1')
)
libraryDependencies += "com.link-intersystems.commons" % "lis-commons-test-db" % "1.5.1"
[com.link-intersystems.commons/lis-commons-test-db "1.5.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.link-intersystems.commons : lis-commons-test | jar | 1.5.1 |
| com.h2database : h2 | jar | 2.1.212 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | |
| org.junit.platform : junit-platform-suite | jar | |
| org.mockito : mockito-core | jar | 4.4.0 |