ldr
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.ralfspoeth.xldr</groupId>
<artifactId>ldr</artifactId>
<version>0.53</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/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>xldr</artifactId>
<groupId>io.github.ralfspoeth.xldr</groupId>
<version>0.53</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ldr</artifactId>
<name>xldr ldr</name>
<description>The loader for xldr: turns mapped records into prepared inserts against a JDBC connection.</description>
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.github.ralfspoeth.xldr</groupId>
<artifactId>ia</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>