libnotify
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>ru.mail</groupId>
<artifactId>libnotify</artifactId>
<version>0.2.3-huawei</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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">
<modelVersion>4.0.0</modelVersion>
<groupId>ru.mail</groupId>
<artifactId>libnotify</artifactId>
<version>0.2.3-huawei</version>
<packaging>aar</packaging>
<name>libvnotify for Android projects</name>
<description>A application used as an example on how to set up pushing its components to the Central Repository.</description>
<url>http://mail.ru</url>
<licenses>
<license>
<name>GNU General Public License, version 3 (GPL-3.0)</name>
<url>https://opensource.org/licenses/gpl-3.0.html</url>
</license>
</licenses>
<developers>
<developer>
<id>libnotify</id>
<name>Kitselyuk Egor</name>
<email>e.kitselyuk@corp.mail.ru</email>
</developer>
</developers>
<scm>
<connection>http://mail.ru</connection>
<developerConnection>http://mail.ru</developerConnection>
<url>http://mail.ru</url>
</scm>
</project>