License |
License |
---|---|
Categories |
CategoriesContainer |
GroupId | GroupIdorg.testcontainers |
ArtifactId | ArtifactIdorientdb |
Last Version | Last Version1.17.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTestContainers :: Orientdb
Isolated container management for Java code testing
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
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 |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.testcontainers : testcontainers | jar | 1.17.2 |
com.orientechnologies : orientdb-client | jar | 3.0.24 |