o

orientdb-community-spatial

文件下载
文件名 操作
orientdb-community-spatial-3.0.0RC1.jar 下载
orientdb-community-spatial-3.0.0RC1.pom 下载
orientdb-community-spatial-3.0.0RC1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.orientechnologies</groupId>
  <artifactId>orientdb-community-spatial</artifactId>
  <version>3.0.0RC1</version>
</dependency>
Gradle Groovy
implementation 'com.orientechnologies:orientdb-community-spatial:3.0.0RC1'
Gradle Kotlin
implementation("com.orientechnologies:orientdb-community-spatial:3.0.0RC1")
Scala SBT
libraryDependencies += "com.orientechnologies" % "orientdb-community-spatial" % "3.0.0RC1"
Groovy Grape
@Grapes(
  @Grab(group='com.orientechnologies', module='orientdb-community-spatial', version='3.0.0RC1')
)
Apache Ivy
<dependency org="com.orientechnologies" name="orientdb-community-spatial" rev="3.0.0RC1" />
Leiningen
[com.orientechnologies/orientdb-community-spatial "3.0.0RC1"]
Apache Buildr
'com.orientechnologies:orientdb-community-spatial:jar:3.0.0RC1'