MVN

solutions.a2.oracle : orajdbc-proxy

Maven & Gradle

May 30, 2023
1 stars

Oracle JDBC Proxy Driver · Oracle JDBC Proxy Driver is designed to change the SQL statements being executed against Oracle Database without changing the JVM based application (Spring/J2EE/servlets etc) itself.

<dependency>
    <groupId>solutions.a2.oracle</groupId>
    <artifactId>orajdbc-proxy</artifactId>
    <version>11.21.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of solutions.a2.oracle : orajdbc-proxy to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 11.21.0

All Versions

Choose a version of solutions.a2.oracle : orajdbc-proxy to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
11.21.x
orajdbc-proxy-11.21.0
8.21.x
orajdbc-proxy-8.21.0
8.19.x
orajdbc-proxy-8.19.0
8.18.x
orajdbc-proxy-8.18.0
8.12.x
orajdbc-proxy-8.12.0
6.11.x
orajdbc-proxy-6.11.0

How to add a dependency to Maven

Add the following solutions.a2.oracle : orajdbc-proxy maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>solutions.a2.oracle</groupId>
    <artifactId>orajdbc-proxy</artifactId>
    <version>11.21.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following solutions.a2.oracle : orajdbc-proxy gradle dependency to your build.gradle file:

implementation 'solutions.a2.oracle:orajdbc-proxy:11.21.0'

Gradle Kotlin DSL: Add the following solutions.a2.oracle : orajdbc-proxy gradle kotlin dependency to your build.gradle.kts file:

implementation("solutions.a2.oracle:orajdbc-proxy:11.21.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following solutions.a2.oracle : orajdbc-proxy sbt scala dependency to your build.sbt file:

libraryDependencies += "solutions.a2.oracle" % "orajdbc-proxy" % "11.21.0"