1 <?xml version="1.0" encoding="UTF-8"?>
3 ~ This file is part of yosql. It is subject to the license terms in the LICENSE file found in the top-level
4 ~ directory of this distribution and at http://creativecommons.org/publicdomain/zero/1.0/. No part of yosql,
5 ~ including this file, may be copied, modified, propagated, or distributed except according to the terms contained
9 <project xmlns="http://maven.apache.org/POM/4.0.0"
10 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
13 <groupId>wtf.metio.yosql.models</groupId>
14 <artifactId>yosql-models</artifactId>
15 <version>0.0.0-SNAPSHOT</version>
18 <modelVersion>4.0.0</modelVersion>
20 <artifactId>yosql-models-sql</artifactId>
22 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
24 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
25 <!-- https://maven.apache.org/pom.html#More_Project_Information -->
26 <name>YoSQL :: Models :: SQL</name>
30 <groupId>wtf.metio.yosql.internals</groupId>
31 <artifactId>yosql-internals-jdk-utils</artifactId>
32 <version>${project.version}</version>
35 <groupId>wtf.metio.yosql.models</groupId>
36 <artifactId>yosql-models-constants</artifactId>
37 <version>${project.version}</version>
40 <groupId>org.immutables</groupId>
41 <artifactId>value</artifactId>
42 <version>2.8.8</version>
43 <scope>provided</scope>