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