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