MVN

jpox : jpox-spatialoracle

Maven & Gradle

Jan 21, 2008

JPOX Spatial Oracle plugin · JPOX can be used with Spatial Oracle

<dependency>
    <groupId>jpox</groupId>
    <artifactId>jpox-spatialoracle</artifactId>
    <version>1.1.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of jpox : jpox-spatialoracle to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.9
  • Latest Beta: 1.1.0-beta-6

All Versions

Choose a version of jpox : jpox-spatialoracle to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
jpox-spatialoracle-1.1.9
jpox-spatialoracle-1.1.3
jpox-spatialoracle-1.1.2
jpox-spatialoracle-1.1.1
jpox-spatialoracle-1.1.0
jpox-spatialoracle-1.1.0-beta-6

How to add a dependency to Maven

Add the following jpox : jpox-spatialoracle maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>jpox</groupId>
    <artifactId>jpox-spatialoracle</artifactId>
    <version>1.1.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following jpox : jpox-spatialoracle gradle dependency to your build.gradle file:

implementation 'jpox:jpox-spatialoracle:1.1.9'

Gradle Kotlin DSL: Add the following jpox : jpox-spatialoracle gradle kotlin dependency to your build.gradle.kts file:

implementation("jpox:jpox-spatialoracle:1.1.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following jpox : jpox-spatialoracle sbt scala dependency to your build.sbt file:

libraryDependencies += "jpox" % "jpox-spatialoracle" % "1.1.9"

Advertisement