system-x-google-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>software.tnb</groupId>
<artifactId>system-x-google-api</artifactId>
<version>0.0.14</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>
<artifactId>system-x-google</artifactId>
<groupId>software.tnb</groupId>
<version>0.0.14</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>system-x-google-api</artifactId>
<version>0.0.14</version>
<name>TNB :: System-X :: Services :: Google :: API</name>
<packaging>pom</packaging>
<properties>
</properties>
<modules>
<module>common</module>
<module>mail</module>
<module>sheets</module>
</modules>
</project>