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