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