| GroupId | GroupIdcom.orientechnologies |
|---|---|
| ArtifactId | ArtifactIdorientdb-server |
| Version | Version2.1.13 |
| Type | Typejar |
| Filename | Size |
|---|---|
| orientdb-server-2.1.13.pom | |
| orientdb-server-2.1.13.jar | 525 KB |
| orientdb-server-2.1.13-sources.jar | 335 KB |
| orientdb-server-2.1.13-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.orientechnologies/orientdb-server/ -->
<dependency>
<groupId>com.orientechnologies</groupId>
<artifactId>orientdb-server</artifactId>
<version>2.1.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.orientechnologies/orientdb-server/
implementation 'com.orientechnologies:orientdb-server:2.1.13'
// https://jarcasting.com/artifacts/com.orientechnologies/orientdb-server/
implementation ("com.orientechnologies:orientdb-server:2.1.13")
'com.orientechnologies:orientdb-server:jar:2.1.13'
<dependency org="com.orientechnologies" name="orientdb-server" rev="2.1.13">
<artifact name="orientdb-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.orientechnologies', module='orientdb-server', version='2.1.13')
)
libraryDependencies += "com.orientechnologies" % "orientdb-server" % "2.1.13"
[com.orientechnologies/orientdb-server "2.1.13"]