yosql-tooling
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>wtf.metio.yosql.tooling</groupId> <artifactId>yosql-tooling</artifactId> <version>2023.5.3</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ This file is part of yosql. It is subject to the license terms in the LICENSE file found in the top-level ~ directory of this distribution and at https://creativecommons.org/publicdomain/zero/1.0/. No part of yosql, ~ including this file, may be copied, modified, propagated, or distributed except according to the terms contained ~ in the LICENSE file. --> <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" 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> <!-- ordering follows https://maven.apache.org/developers/conventions/code.html#POM_Code_Convention --> <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> <!-- PARENT --> <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> <!-- https://maven.apache.org/pom.html#Inheritance --> <parent> <groupId>wtf.metio.yosql</groupId> <artifactId>yosql</artifactId> <version>2023.5.3</version> </parent> <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> <!-- COORDINATES --> <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> <!-- https://maven.apache.org/pom.html#Maven_Coordinates --> <groupId>wtf.metio.yosql.tooling</groupId> <artifactId>yosql-tooling</artifactId> <packaging>pom</packaging> <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> <!-- INFORMATIONS --> <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> <!-- https://maven.apache.org/pom.html#More_Project_Information --> <name>YoSQL :: Tooling</name> <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> <!-- MODULES --> <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> <!-- https://maven.apache.org/pom.html#Aggregation --> <modules> <module>yosql-tooling-dagger</module> <module>yosql-tooling-ant</module> <module>yosql-tooling-cli</module> <module>yosql-tooling-maven</module> <!-- <module>yosql-tooling-annotation-processor</module>--> <!-- <module>yosql-tooling-eclipse</module>--> <!-- <module>yosql-tooling-intellij</module>--> <!-- <module>yosql-tooling-netbeans</module>--> <!-- <module>yosql-tooling-webservice</module>--> </modules> </project>