MVN

com.trustpayments.mobile : core

Maven & Gradle

Jan 13, 2023

Android payment SDK - CORE artifact · Trust Payments Android payment SDK

<dependency>
    <groupId>com.trustpayments.mobile</groupId>
    <artifactId>core</artifactId>
    <version>2.7.10.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.trustpayments.mobile : core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.7.10.1

All Versions

Choose a version of com.trustpayments.mobile : core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.7.x
core-2.7.10.1
core-2.7.10
core-2.7.1
core-2.7.0
2.6.x
core-2.6.7
2.5.x
core-2.5.4
core-2.5.3
core-2.5.1
2.3.x
core-2.3.6
2.2.x
core-2.2.1
2.1.x
core-2.1.0
2.0.x
core-2.0.0

How to add a dependency to Maven

Add the following com.trustpayments.mobile : core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.trustpayments.mobile</groupId>
    <artifactId>core</artifactId>
    <version>2.7.10.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.trustpayments.mobile : core gradle dependency to your build.gradle file:

implementation 'com.trustpayments.mobile:core:2.7.10.1'

Gradle Kotlin DSL: Add the following com.trustpayments.mobile : core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.trustpayments.mobile:core:2.7.10.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.trustpayments.mobile : core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.trustpayments.mobile" % "core" % "2.7.10.1"

Advertisement