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