softpos-sdk-sandbox
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.2c2p</groupId> <artifactId>softpos-sdk-sandbox</artifactId> <version>1.0.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>softpos-sdk-sandbox</artifactId> <version>1.0.0</version> <packaging>aar</packaging> <name>softpos-sdk-sandbox</name> <description>SoftPOS SDK for Android (SandBox)</description> <url>https://developer.2c2p.com/docs/sdk-softpos-initialize</url> <licenses> <license> <name>MIT License</name> <url>https://github.com/2C2P/PGWSDK-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/PGWSDK-SwiftPackage.git</connection> <developerConnection>scm:git@github.com:2C2P/PGWSDK-SwiftPackage.git</developerConnection> <url>https://github.com/2C2P/PGWSDK-SwiftPackage</url> </scm> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>2.1.20</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-parcelize-runtime</artifactId> <version>2.1.20</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.activity</groupId> <artifactId>activity-ktx</artifactId> <version>1.10.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.activity</groupId> <artifactId>activity-compose</artifactId> <version>1.10.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.compose.material3</groupId> <artifactId>material3-android</artifactId> <version>1.3.2</version> </dependency> <dependency> <groupId>com.2c2p</groupId> <artifactId>pgw-sdk</artifactId> <version>4.7.1</version> </dependency> <dependency> <groupId>com.theminesec.sdk</groupId> <artifactId>headless-stage</artifactId> <version>1.2.6</version> </dependency> </dependencies> </project>