helppiersdk
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.helppier</groupId> <artifactId>helppiersdk</artifactId> <version>0.2.1</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"> <!-- 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.helppier</groupId> <artifactId>helppiersdk</artifactId> <version>0.2.1</version> <packaging>aar</packaging> <name>helppiersdk</name> <description>Helppier integration with Android Mobile Systems to allow creating User Onboarding Messages and Automated Tours</description> <url>https://github.com/HugoMag/HelppierAndroidSDK</url> <licenses> <license> <name>Helppier Android SDK License</name> <url>https://github.com/HugoMag/HelppierAndroidSDK/blob/main/LICENSE</url> </license> </licenses> <developers> <developer> <id>joaomframos</id> <name>João Ramos</name> <email>joao.ramos@helppier.com</email> </developer> </developers> <scm> <connection>scm:git:github.com/HugoMag/HelppierAndroidSDK.git</connection> <developerConnection>scm:git:ssh://github.com/HugoMag/HelppierAndroidSDK.git</developerConnection> <url>https://github.com/HugoMag/HelppierAndroidSDK /tree/main</url> </scm> <dependencies> <dependency> <groupId>androidx.appcompat</groupId> <artifactId>appcompat</artifactId> <version>1.2.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.android.material</groupId> <artifactId>material</artifactId> <version>1.3.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.constraintlayout</groupId> <artifactId>constraintlayout</artifactId> <version>2.0.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.picasso</groupId> <artifactId>picasso</artifactId> <version>2.71828</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> <version>4.9.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>