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