| GroupId | GroupIdcom.orientechnologies | 
|---|---|
| ArtifactId | ArtifactIdorientdb-jdbc | 
| Version | Version2.2.0-beta2 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| orientdb-jdbc-2.2.0-beta2.pom | |
| orientdb-jdbc-2.2.0-beta2.jar | 48 KB | 
| orientdb-jdbc-2.2.0-beta2-sources.jar | 27 KB | 
| orientdb-jdbc-2.2.0-beta2-javadoc.jar | 120 KB | 
| orientdb-jdbc-2.2.0-beta2-all.jar | 9 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.orientechnologies/orientdb-jdbc/ -->
<dependency>
    <groupId>com.orientechnologies</groupId>
    <artifactId>orientdb-jdbc</artifactId>
    <version>2.2.0-beta2</version>
</dependency>// https://jarcasting.com/artifacts/com.orientechnologies/orientdb-jdbc/
implementation 'com.orientechnologies:orientdb-jdbc:2.2.0-beta2'// https://jarcasting.com/artifacts/com.orientechnologies/orientdb-jdbc/
implementation ("com.orientechnologies:orientdb-jdbc:2.2.0-beta2")'com.orientechnologies:orientdb-jdbc:jar:2.2.0-beta2'<dependency org="com.orientechnologies" name="orientdb-jdbc" rev="2.2.0-beta2">
  <artifact name="orientdb-jdbc" type="jar" />
</dependency>@Grapes(
@Grab(group='com.orientechnologies', module='orientdb-jdbc', version='2.2.0-beta2')
)libraryDependencies += "com.orientechnologies" % "orientdb-jdbc" % "2.2.0-beta2"[com.orientechnologies/orientdb-jdbc "2.2.0-beta2"]