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