| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииКонтейнер |
| Группа | Группаorg.testcontainers |
| Идентификатор | Идентификаторorientdb |
| Последняя версия | Последняя версия1.17.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеTestContainers :: Orientdb
Isolated container management for Java code testing
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| orientdb-1.17.2.pom | |
| orientdb-1.17.2.jar | 4 KB |
| orientdb-1.17.2-sources.jar | 2 KB |
| orientdb-1.17.2-javadoc.jar | 20 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.testcontainers/orientdb/ -->
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>orientdb</artifactId>
<version>1.17.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.testcontainers/orientdb/
implementation 'org.testcontainers:orientdb:1.17.2'
// https://jarcasting.com/artifacts/org.testcontainers/orientdb/
implementation ("org.testcontainers:orientdb:1.17.2")
'org.testcontainers:orientdb:jar:1.17.2'
<dependency org="org.testcontainers" name="orientdb" rev="1.17.2">
<artifact name="orientdb" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testcontainers', module='orientdb', version='1.17.2')
)
libraryDependencies += "org.testcontainers" % "orientdb" % "1.17.2"
[org.testcontainers/orientdb "1.17.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.testcontainers : testcontainers | jar | 1.17.2 |
| com.orientechnologies : orientdb-client | jar | 3.0.24 |