android-golib
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>me.proton.crypto</groupId>
<artifactId>android-golib</artifactId>
<version>2.9.0-3</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>me.proton.crypto</groupId>
<artifactId>android-golib</artifactId>
<version>2.9.0-3</version>
<packaging>aar</packaging>
<name>me.proton.crypto:android-golib</name>
<description>GopenPGP library bundled with GoSRP for android</description>
<url>https://github.com/ProtonMail/gopenpgp</url>
<licenses>
<license>
<name>GNU GENERAL PUBLIC LICENSE, Version 3.0</name>
<url>https://www.gnu.org/licenses/gpl-3.0.en.html</url>
</license>
</licenses>
<developers>
<developer>
<id>opensource@proton.me</id>
<name>Open Source Proton</name>
<email>opensource@proton.me</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/ProtonMail/gopenpgp.git</connection>
<developerConnection>scm:git:ssh://github.com/ProtonMail/gopenpgp.git</developerConnection>
<url>https://github.com/ProtonMail/gopenpgp</url>
</scm>
</project>