pushwoosh
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.pushwoosh</groupId>
<artifactId>pushwoosh</artifactId>
<version>6.7.53</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>com.pushwoosh</groupId>
<artifactId>pushwoosh</artifactId>
<version>6.7.53</version>
<packaging>aar</packaging>
<name>Pushwoosh</name>
<description>Pushwoosh push notifications SDK for Android</description>
<url>https://github.com:Pushwoosh/pushwoosh-android-sdk</url>
<licenses>
<license>
<name>Pushwoosh License</name>
<url>https://github.com/Pushwoosh/pushwoosh-android-sdk/blob/master/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<id>vromanychev</id>
<name>Vitaly Romanychev</name>
<email>vromanychev@pushwoosh.com</email>
<organization>Pushwoosh</organization>
<organizationUrl>http://www.pushwoosh.com/</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:Pushwoosh/pushwoosh-android-sdk.git</connection>
<developerConnection>scm:git:git@github.com:Pushwoosh/pushwoosh-android-sdk.git</developerConnection>
<url>git@github.com:Pushwoosh/pushwoosh-android-sdk.git</url>
</scm>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.13</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>false</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>
<groupId>com.simpligility.maven.plugins</groupId>
<artifactId>android-maven-plugin</artifactId>
<version>4.1.0</version>
<extensions>true</extensions>
<configuration>
<sign>
<debug>false</debug>
</sign>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>androidx.legacy</groupId>
<artifactId>legacy-support-v4</artifactId>
<version>1.0.0</version>
<type>aar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>androidx.work</groupId>
<artifactId>work-runtime</artifactId>
<version>[2.0.0, 2.8.99]</version>
<type>aar</type>
<scope>compile</scope>
</dependency>
</dependencies>
</project>