ojdbc10_g
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.oracle.database.jdbc.debug</groupId> <artifactId>ojdbc10_g</artifactId> <version>19.26.0.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.oracle.database.jdbc.debug</groupId> <artifactId>ojdbc10_g</artifactId> <version>19.26.0.0</version> <packaging>jar</packaging> <!-- ojdbc10_g.jar: Same as ojdbc10.jar except compiled with the -g option to include debugging information and java.util.logging calls are included. Refer to "List of Artifacts (BOM)" section of the Maven Central Guide https://www.oracle.com/database/technologies/maven-central-guide.html#artifacts --> <name>ojdbc10_g</name> <description>Same as ojdbc10.jar except compiled with the -g option</description> <url>https://www.oracle.com/database/technologies/maven-central-guide.html</url> <inceptionYear>1997</inceptionYear> <licenses> <license> <name>Oracle Free Use Terms and Conditions (FUTC)</name> <url>https://www.oracle.com/downloads/licenses/oracle-free-license.html</url> </license> </licenses> <developers> <developer> <organization>Oracle America, Inc.</organization> <organizationUrl>http://www.oracle.com</organizationUrl> </developer> </developers> <scm> <url></url> </scm> </project>