Driver Deploy

To use the JDBC driver, it is necessary to add the LeanXcale Maven repository into the Maven configuration. You can achieve this by inserting the following lines in the <dependency> section of the pom.xml file:

<dependency>
    <groupId>com.leanxcale</groupId>
    <artifactId>lxjdbcdriver</artifactId>
    <version>3.0.2404110827</version>
</dependency>

In the <version> section should refer to the version number you want to use.