dbf-jdbc-driver
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.wisecoders</groupId>
<artifactId>dbf-jdbc-driver</artifactId>
<version>1.1.2</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>com.wisecoders</groupId>
<artifactId>dbf-jdbc-driver</artifactId>
<version>1.1.2</version>
<name>DBF-JDBC-Driver</name>
<description>DBF and FoxPro JDBC Driver</description>
<url>https://dbschema.com/jdbc-driver/DBF.html</url>
<licenses>
<license>
<name>GPL-3Plus dual license. Contributions only to https://github.com/wise-coders/dbf-jdbc-driver</name>
<url>https://github.com/wise-coders/dbf-jdbc-driver</url>
</license>
</licenses>
<developers>
<developer>
<id>wisecoders</id>
<name>Wise Coders GmbH</name>
<email>support@wisecoders.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/wise-coders/dbf-jdbc-driver</connection>
<developerConnection>scm:git:ssh://github.com/wise-coders/dbf-jdbc-driver</developerConnection>
<url>https://github.com/wise-coders/dbf-jdbc-driver</url>
</scm>
<properties>
<myProp>value</myProp>
<prop.with.dots>anotherValue</prop.with.dots>
</properties>
<dependencies>
<dependency>
<groupId>com.github.albfernandez</groupId>
<artifactId>javadbf</artifactId>
<version>1.14.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>2.1.214</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>