Categories |
CategoriesContainer |
---|---|
GroupId | GroupIdorg.testcontainers |
ArtifactId | ArtifactIdorientdb |
Version | Version1.14.3 |
Type | Typejar |
Filename | Size |
---|---|
orientdb-1.14.3.pom | |
orientdb-1.14.3.jar | 4 KB |
orientdb-1.14.3-sources.jar | 2 KB |
orientdb-1.14.3-javadoc.jar | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.testcontainers/orientdb/ -->
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>orientdb</artifactId>
<version>1.14.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.testcontainers/orientdb/
implementation 'org.testcontainers:orientdb:1.14.3'
// https://jarcasting.com/artifacts/org.testcontainers/orientdb/
implementation ("org.testcontainers:orientdb:1.14.3")
'org.testcontainers:orientdb:jar:1.14.3'
<dependency org="org.testcontainers" name="orientdb" rev="1.14.3">
<artifact name="orientdb" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testcontainers', module='orientdb', version='1.14.3')
)
libraryDependencies += "org.testcontainers" % "orientdb" % "1.14.3"
[org.testcontainers/orientdb "1.14.3"]