sqlhelper-examples
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.fangjinuo.sqlhelper.examples</groupId>
<artifactId>sqlhelper-examples</artifactId>
<version>3.0.5</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>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<artifactId>sqlhelper</artifactId>
<version>3.0.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.fangjinuo.sqlhelper.examples</groupId>
<artifactId>sqlhelper-examples</artifactId>
<packaging>pom</packaging>
<modules>
<module>sqlhelper-examples-jfinal</module>
<module>sqlhelper-examples-mybatis_apachedbutls</module>
</modules>
<dependencies>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.4.199</version>
</dependency>
</dependencies>
</project>