j

jpox-spatialoracle

JPOX can be used with Spatial Oracle
Files download
File Operation
jpox-spatialoracle-1.1.2.jar download
jpox-spatialoracle-1.1.2.pom download
Apache Maven
<dependency>
  <groupId>jpox</groupId>
  <artifactId>jpox-spatialoracle</artifactId>
  <version>1.1.2</version>
</dependency>
Gradle Groovy
implementation 'jpox:jpox-spatialoracle:1.1.2'
Gradle Kotlin
implementation("jpox:jpox-spatialoracle:1.1.2")
Scala SBT
libraryDependencies += "jpox" % "jpox-spatialoracle" % "1.1.2"
Groovy Grape
@Grapes(
  @Grab(group='jpox', module='jpox-spatialoracle', version='1.1.2')
)
Apache Ivy
<dependency org="jpox" name="jpox-spatialoracle" rev="1.1.2" />
Leiningen
[jpox/jpox-spatialoracle "1.1.2"]
Apache Buildr
'jpox:jpox-spatialoracle:jar:1.1.2'