| Группа | Группаcom.orientechnologies |
|---|---|
| Идентификатор | Идентификаторorientdb-distributed |
| Версия | Версия2.0.17 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| orientdb-distributed-2.0.17.pom | |
| orientdb-distributed-2.0.17.jar | 61 KB |
| orientdb-distributed-2.0.17-sources.jar | 33 KB |
| orientdb-distributed-2.0.17-javadoc.jar | 97 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.orientechnologies/orientdb-distributed/ -->
<dependency>
<groupId>com.orientechnologies</groupId>
<artifactId>orientdb-distributed</artifactId>
<version>2.0.17</version>
</dependency>
// https://jarcasting.com/artifacts/com.orientechnologies/orientdb-distributed/
implementation 'com.orientechnologies:orientdb-distributed:2.0.17'
// https://jarcasting.com/artifacts/com.orientechnologies/orientdb-distributed/
implementation ("com.orientechnologies:orientdb-distributed:2.0.17")
'com.orientechnologies:orientdb-distributed:jar:2.0.17'
<dependency org="com.orientechnologies" name="orientdb-distributed" rev="2.0.17">
<artifact name="orientdb-distributed" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.orientechnologies', module='orientdb-distributed', version='2.0.17')
)
libraryDependencies += "com.orientechnologies" % "orientdb-distributed" % "2.0.17"
[com.orientechnologies/orientdb-distributed "2.0.17"]