| Категории |
КатегорииUnity Прикладные библиотеки Game Development |
|---|---|
| Группа | Группаcom.orientechnologies |
| Идентификатор | Идентификаторorientdb-community |
| Версия | Версия2.2.10 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| orientdb-community-2.2.10.pom | |
| orientdb-community-2.2.10.zip | 7 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.orientechnologies/orientdb-community/ -->
<dependency>
<groupId>com.orientechnologies</groupId>
<artifactId>orientdb-community</artifactId>
<version>2.2.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.orientechnologies/orientdb-community/
implementation 'com.orientechnologies:orientdb-community:2.2.10'
// https://jarcasting.com/artifacts/com.orientechnologies/orientdb-community/
implementation ("com.orientechnologies:orientdb-community:2.2.10")
'com.orientechnologies:orientdb-community:pom:2.2.10'
<dependency org="com.orientechnologies" name="orientdb-community" rev="2.2.10">
<artifact name="orientdb-community" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.orientechnologies', module='orientdb-community', version='2.2.10')
)
libraryDependencies += "com.orientechnologies" % "orientdb-community" % "2.2.10"
[com.orientechnologies/orientdb-community "2.2.10"]