es.prodevelop.pui9.model.dao
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>es.prodevelop</groupId>
<artifactId>es.prodevelop.pui9.model.dao</artifactId>
<version>3.0.6</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"> <modelVersion>4.0.0</modelVersion> <artifactId>es.prodevelop.pui9.model.dao</artifactId> <packaging>jar</packaging> <name>PUI9 DAO component</name> <description>Support for data access layer (DAO)</description> <parent> <groupId>es.prodevelop</groupId> <artifactId>es.prodevelop.pui9.pui_base</artifactId> <version>3.0.6</version> </parent> <dependencies> <dependency> <groupId>es.prodevelop</groupId> <artifactId>es.prodevelop.pui9.model.dto</artifactId> </dependency> <dependency> <groupId>es.prodevelop</groupId> <artifactId>es.prodevelop.pui9.model.codegen</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-jdbc</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-security</artifactId> </dependency> <dependency> <groupId>org.freemarker</groupId> <artifactId>freemarker</artifactId> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> </dependency> <dependency> <groupId>org.jooq</groupId> <artifactId>jooq</artifactId> </dependency> <dependency> <groupId>com.github.jsqlparser</groupId> <artifactId>jsqlparser</artifactId> </dependency> </dependencies> </project>