android-gtm
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.webengage</groupId> <artifactId>android-gtm</artifactId> <version>3.0.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project 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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>com.webengage</groupId> <artifactId>android-gtm</artifactId> <version>3.0.1</version> <packaging>aar</packaging> <name>WebEngage GTM SDK</name> <description>WebEngage GTM Integration Library for Android</description> <url>https://www.webengage.com</url> <organization> <name>Webklipper technology</name> <url>https://www.webengage.com</url> </organization> <licenses> <license> <name>Apache License</name> <url>http://www.apache.org/licenses</url> </license> </licenses> <developers> <developer> <id>WebEngage</id> <name>WebEngage</name> <email>mobile@webengage.com</email> </developer> </developers> <scm> <url>https://www.webengage.com</url> </scm> <dependencies> <dependency> <groupId>com.webengage</groupId> <artifactId>android-sdk</artifactId> <version>[3,)</version> <scope>compile</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.13.2</version> <scope>test</scope> </dependency> </dependencies> </project>