notification
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.fanapsoft</groupId>
<artifactId>notification</artifactId>
<version>1.0.12.6</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 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.fanapsoft</groupId>
<artifactId>notification</artifactId>
<version>1.0.12.6</version>
<packaging>aar</packaging>
<name>notification</name>
<description>Pod Notification Android SDK</description>
<url>https://github.com/FanapSoft/pod-notif-android-sdk</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>iranandroid</id>
<name>Sadegh Bakhshandeh Sajjad</name>
<email>Sadegh.bakhshandeh@gmail.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/FanapSoft/pod-notif-android-sdk.git</connection>
<developerConnection>https://github.com/FanapSoft/pod-notif-android-sdk.git</developerConnection>
<url>https://github.com/FanapSoft/pod-notif-android-sdk</url>
</scm>
<dependencies>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.9.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>androidx.work</groupId>
<artifactId>work-runtime</artifactId>
<version>2.8.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.firebase</groupId>
<artifactId>firebase-messaging</artifactId>
<version>23.3.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>androidx.security</groupId>
<artifactId>security-crypto</artifactId>
<version>1.1.0-alpha06</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>logging-interceptor</artifactId>
<version>4.8.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.squareup.picasso</groupId>
<artifactId>picasso</artifactId>
<version>2.71828</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>