chat21
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.chat21.android</groupId>
<artifactId>chat21</artifactId>
<version>1.0.0</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">
<modelVersion>4.0.0</modelVersion>
<groupId>org.chat21.android</groupId>
<artifactId>chat21</artifactId>
<version>1.0.0</version>
<packaging>aar</packaging>
<name>chat21</name>
<description>Android Chat SDK built on Firebase</description>
<url>http://www.chat21.org/</url>
<licenses>
<license>
<name>AGPL-V3</name>
<url>https://github.com/chat21/chat21-android-sdk/blob/master/LICENSE.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>frontiere21</id>
<name>Stefano De Pascalis</name>
<email>stefano.depascalis@frontiere21.it</email>
</developer>
</developers>
<scm>
<connection>https://github.com/chat21/chat21-android-sdk.git</connection>
<developerConnection>https://github.com/chat21/chat21-android-sdk.git</developerConnection>
<url>http://www.chat21.org/</url>
</scm>
</project>