You can download vertx-jdbc-client-3.0.0.jar in this page.
Open Source
vertx-jdbc-client-3.0.0.jar file has the following types.
META-INF/INDEX.LIST META-INF/MANIFEST.MF META-INF/maven/io.vertx/vertx-jdbc-client/pom.properties META-INF/maven/io.vertx/vertx-jdbc-client/pom.xml io.vertx.ext.jdbc.JDBCClient.class io.vertx.ext.jdbc.impl.JDBCClientImpl.class io.vertx.ext.jdbc.impl.JDBCConnectionImpl.class io.vertx.ext.jdbc.impl.actions.AbstractJDBCAction.class io.vertx.ext.jdbc.impl.actions.AbstractJDBCStatement.class io.vertx.ext.jdbc.impl.actions.JDBCAutoCommit.class io.vertx.ext.jdbc.impl.actions.JDBCClose.class io.vertx.ext.jdbc.impl.actions.JDBCCommit.class io.vertx.ext.jdbc.impl.actions.JDBCExecute.class io.vertx.ext.jdbc.impl.actions.JDBCQuery.class io.vertx.ext.jdbc.impl.actions.JDBCRollback.class io.vertx.ext.jdbc.impl.actions.JDBCUpdate.class io.vertx.ext.jdbc.package-info.class io.vertx.ext.jdbc.spi.DataSourceProvider.class io.vertx.ext.jdbc.spi.impl.C3P0DataSourceProvider.class io.vertx.groovy.ext.jdbc.JDBCClient.class io.vertx.rxjava.ext.jdbc.JDBCClient.class vertx-jdbc-js/jdbc_client.js vertx-jdbc-js/jdbc_connection.js vertx-jdbc/jdbc_client.rb
vertx-jdbc-client-3.0.0.pom file content.
<?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/xsd/maven-4.0.0.xsd"> <parent> <groupId>io.vertx</groupId> <artifactId>vertx-ext-parent</artifactId> <version>14</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>vertx-jdbc-client</artifactId> <version>3.0.0</version> <properties> <stack.version>3.0.0</stack.version> </properties> <dependencyManagement> <dependencies> <dependency> <groupId>io.vertx</groupId> <artifactId>vertx-dependencies</artifactId> <version>${stack.version}</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>io.vertx</groupId> <artifactId>vertx-sql-common</artifactId> </dependency> <dependency> <groupId>io.vertx</groupId> <artifactId>vertx-codegen</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>io.vertx</groupId> <artifactId>vertx-lang-groovy</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>io.vertx</groupId> <artifactId>vertx-lang-ruby</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>io.vertx</groupId> <artifactId>vertx-lang-js</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>io.vertx</groupId> <artifactId>vertx-rx-java</artifactId> <optional>true</optional> <version>${stack.version}</version> </dependency> <dependency> <groupId>io.vertx</groupId> <artifactId>vertx-docgen</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>io.vertx</groupId> <artifactId>vertx-codetrans</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>com.mchange</groupId> <artifactId>c3p0</artifactId> <version>0.9.5-pre10</version> </dependency> <!-- Testing --> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <scope>test</scope> </dependency> <dependency> <groupId>io.vertx</groupId> <artifactId>vertx-core</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>org.hsqldb</groupId> <artifactId>hsqldb</artifactId> <version>2.3.2</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.derby</groupId> <artifactId>derby</artifactId> <version>10.11.1.1</version> <scope>test</scope> </dependency> <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> <version>1.4.187</version> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>io.vertx</groupId> <artifactId>vertx-jdbc-client</artifactId> <version>3.0.0</version> </dependency>
If you think the following vertx-jdbc-client-3.0.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download vertx-jdbc-client-3.0.0.jar file