MVN

info.guardianproject.panic : panic

Maven & Gradle

Apr 08, 2021
43 stars

PanicKit · 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.

<dependency>
    <groupId>info.guardianproject.panic</groupId>
    <artifactId>panic</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of info.guardianproject.panic : panic to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of info.guardianproject.panic : panic to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
panic-1.0

How to add a dependency to Maven

Add the following info.guardianproject.panic : panic maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>info.guardianproject.panic</groupId>
    <artifactId>panic</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following info.guardianproject.panic : panic gradle dependency to your build.gradle file:

implementation 'info.guardianproject.panic:panic:1.0'

Gradle Kotlin DSL: Add the following info.guardianproject.panic : panic gradle kotlin dependency to your build.gradle.kts file:

implementation("info.guardianproject.panic:panic:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following info.guardianproject.panic : panic sbt scala dependency to your build.sbt file:

libraryDependencies += "info.guardianproject.panic" % "panic" % "1.0"

Advertisement

Dependencies from Group

Apr 08, 2021
43 stars

Discover Dependencies

Apr 09, 2021
138 stars
Apr 12, 2021
2 usages
225 stars
Jul 05, 2022
1 usages
225 stars
Apr 12, 2021
1 usages
225 stars
Jul 05, 2022
225 stars
Apr 12, 2021
225 stars
Apr 11, 2021
0 stars
Apr 12, 2021
1 usages
0 stars