- Prerequisites
- Installation
- Configuration
- Integrations
- Lenses SQL
- Tools
- Release notes
4.2
- Prerequisites
- Installation
- Configuration
- Integrations
- Lenses SQL
- Tools
- Release notes
Using in your project
Lenses JDBC is available on maven central as a single artifact. Users of maven should take the snippet below:
<dependency>
<groupId>io.lenses</groupId>
<artifactId>lenses-jdbc</artifactId>
<version>3.0.2</version>
</dependency>
The Lenses platform must be installed and running, as the JDBC driver executes queries against the APIs exposed by Lenses.