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