| GroupId | GroupIdcom.orientechnologies | 
|---|---|
| ArtifactId | ArtifactIdorientdb-jdbc | 
| Version | Version3.1.0-beta1 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| orientdb-jdbc-3.1.0-beta1.pom | |
| orientdb-jdbc-3.1.0-beta1.jar | 57 KB | 
| orientdb-jdbc-3.1.0-beta1-sources.jar | 33 KB | 
| orientdb-jdbc-3.1.0-beta1-javadoc.jar | 214 KB | 
| orientdb-jdbc-3.1.0-beta1-all.jar | 11 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.orientechnologies/orientdb-jdbc/ -->
<dependency>
    <groupId>com.orientechnologies</groupId>
    <artifactId>orientdb-jdbc</artifactId>
    <version>3.1.0-beta1</version>
</dependency>// https://jarcasting.com/artifacts/com.orientechnologies/orientdb-jdbc/
implementation 'com.orientechnologies:orientdb-jdbc:3.1.0-beta1'// https://jarcasting.com/artifacts/com.orientechnologies/orientdb-jdbc/
implementation ("com.orientechnologies:orientdb-jdbc:3.1.0-beta1")'com.orientechnologies:orientdb-jdbc:jar:3.1.0-beta1'<dependency org="com.orientechnologies" name="orientdb-jdbc" rev="3.1.0-beta1">
  <artifact name="orientdb-jdbc" type="jar" />
</dependency>@Grapes(
@Grab(group='com.orientechnologies', module='orientdb-jdbc', version='3.1.0-beta1')
)libraryDependencies += "com.orientechnologies" % "orientdb-jdbc" % "3.1.0-beta1"[com.orientechnologies/orientdb-jdbc "3.1.0-beta1"]