powerauth-sdk
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.wultra.android.powerauth</groupId> <artifactId>powerauth-sdk</artifactId> <version>1.9.4</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.wultra.android.powerauth</groupId> <artifactId>powerauth-sdk</artifactId> <version>1.9.4</version> <packaging>aar</packaging> <name>PowerAuth Mobile SDK for Android</name> <description>Library to easily integrate PowerAuth with Android applications</description> <url>https://www.powerauth.com</url> <licenses> <license> <name>Apache License Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>wultra</id> <name>Wultra s.r.o.</name> <email>support@wultra.com</email> </developer> </developers> <scm> <connection>scm:git:github.com/wultra/powerauth-mobile-sdk.git</connection> <developerConnection>scm:git:github.com/wultra/powerauth-mobile-sdk.git</developerConnection> <url>https://github.com/wultra/powerauth-mobile-sdk</url> </scm> <dependencies> <dependency> <groupId>io.getlime.core</groupId> <artifactId>rest-model-base</artifactId> <version>1.2.0</version> </dependency> <dependency> <groupId>androidx.annotation</groupId> <artifactId>annotation</artifactId> <version>1.7.1</version> </dependency> <dependency> <groupId>androidx.appcompat</groupId> <artifactId>appcompat</artifactId> <version>1.6.1</version> </dependency> <dependency> <groupId>androidx.fragment</groupId> <artifactId>fragment</artifactId> <version>1.6.2</version> </dependency> <dependency> <groupId>androidx.biometric</groupId> <artifactId>biometric</artifactId> <version>1.1.0</version> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.10.1</version> </dependency> </dependencies> </project>