panic
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>info.guardianproject.panic</groupId>
<artifactId>panic</artifactId>
<version>1.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>info.guardianproject.panic</groupId>
<artifactId>panic</artifactId>
<version>1.0</version>
<name>PanicKit</name>
<description>PanicKit is a collection of tools for letting panic trigger and panic receiver apps safely and easily connect to each other. The trigger apps are the part that the user will actual engage when in a panic situation. The receiver apps receive the trigger signal from the trigger apps when the user has initiated the panic response. The connections between trigger and receiver can be strictly enforced based on Package Name and APK signing key.</description>
<url>https://github.com/guardianproject/PanicKit</url>
<inceptionYear>2015</inceptionYear>
<licenses>
<license>
<name>GNU Lesser General Public License, version 2.1 or newer (LGPLv2.1+)</name>
<url>https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>guardianproject</id>
<name>Guardian Project</name>
<email>support@guardianproject.info</email>
<organization>Guardian Project</organization>
<organizationUrl>https://guardianproject.info</organizationUrl>
</developer>
</developers>
<mailingLists>
<mailingList>
<name>Guardian Project Dev Mailing List</name>
<subscribe>https://lists.mayfirst.org/mailman/listinfo/guardian-dev</subscribe>
<archive>http://lists.mayfirst.org/pipermail/guardian-dev/</archive>
</mailingList>
</mailingLists>
<scm>
<connection>scm:https://github.com/guardianproject/PanicKit.git</connection>
<developerConnection>scm:git@github.com:guardianproject/PanicKit.git</developerConnection>
<url>scm:https://github.com/guardianproject/PanicKit</url>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/guardianproject/PanicKit/issues</url>
</issueManagement>
</project>