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