wallee-payment-sdk
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.wallee</groupId>
<artifactId>wallee-payment-sdk</artifactId>
<version>2.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">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>com.wallee</groupId>
<artifactId>wallee-payment-sdk</artifactId>
<version>2.0.0</version>
<packaging>pom</packaging>
<name>com.wallee:wallee-payment-sdk</name>
<description>#homeofpayments Welcome to wallee. From now on, it's easy for you to accept payments: Whether modern payment methods on the internet, card payments in shops or processing payments at vending machines. Discover your diverse possibilities with wallee.</description>
<url>https://wallee.com</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>Wallee</id>
<name>Wallee AG</name>
<email>info@wallee.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:github.com/wallee-payment/android-mobile-sdk</connection>
<developerConnection>scm:git:ssh://github.com/wallee-payment/android-mobile-sdk</developerConnection>
<url>https://github.com/wallee-payment/android-mobile-sdk/tree/main</url>
</scm>
<dependencies>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-android</artifactId>
<version>0.80.0</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>hermes-android</artifactId>
<version>0.80.0</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>2.1.20</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.greenrobot</groupId>
<artifactId>eventbus</artifactId>
<version>3.3.1</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>androidx.constraintlayout</groupId>
<artifactId>constraintlayout</artifactId>
<version>2.1.4</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15to18</artifactId>
<version>1.77</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.github.cdimascio</groupId>
<artifactId>dotenv-kotlin</artifactId>
<version>6.4.1</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.8</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
</dependencies>
</project>