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