secure-pay-sdk
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.2c2p</groupId>
<artifactId>secure-pay-sdk</artifactId>
<version>2.1.0</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.2c2p</groupId>
<artifactId>secure-pay-sdk</artifactId>
<version>2.1.0</version>
<packaging>aar</packaging>
<name>secure-pay-sdk</name>
<description>Secure Pay SDK for Android</description>
<url>https://developer.2c2p.com/docs/sdk-securepay-initialize</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://github.com/2C2P/SecurePaySDK-SwiftPackage/blob/main/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<id>davidbilly2c2p</id>
<name>DavidBilly PK</name>
<email>davidbilly@2c2p.com</email>
<organization>2C2P</organization>
<organizationUrl>https://www.2c2p.com/</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git@github.com:2C2P/SecurePaySDK-SwiftPackage.git</connection>
<developerConnection>scm:git@github.com:2C2P/SecurePaySDK-SwiftPackage.git</developerConnection>
<url>https://github.com/2C2P/SecurePaySDK-SwiftPackage</url>
</scm>
<dependencies>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.77</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.9.25</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>