momtutorial
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.exa-mohamedi</groupId>
<artifactId>momtutorial</artifactId>
<version>8.5.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.exa-mohamedi</groupId>
<artifactId>momtutorial</artifactId>
<version>8.5.0</version>
<packaging>pom</packaging>
<name>MomTutorial JDBC Driver</name>
<description>JDBC Driver for MomTutorial</description>
<url>http://www.momtutorial.com/</url>
<organization>
<name>Text Project</name>
<url>http://www.momtutorial.com/</url>
</organization>
<licenses>
<license>
<name>EXAClient License</name>
<url>https://repo1.maven.org/maven2/com/exasol/momtutorial/8.5.0/momtutorial-8.5.0-license.txt</url>
<comments>The license file is stored in the jar-file</comments>
</license>
</licenses>
<properties>
<exasol.build.info>ABCDE1234567890</exasol.build.info>
</properties>
<scm>
<connection/>
<url/>
</scm>
<developers>
<developer>
<name>MomTutorial JDBC Driver</name>
<organization>Text Project</organization>
<organizationUrl>http://www.momtutorial.com/</organizationUrl>
</developer>
</developers>
</project>