MVN

com.truelayer.payments : core.mocks

Maven & Gradle

Aug 17, 2023

TrueLayer Android SDK · TrueLayer Android SDK for https://truelayer.com

<dependency>
    <groupId>com.truelayer.payments</groupId>
    <artifactId>core.mocks</artifactId>
    <version>2.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.truelayer.payments : core.mocks to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.1

All Versions

Choose a version of com.truelayer.payments : core.mocks to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
core.mocks-2.5.1
core.mocks-2.5.0
2.4.x
core.mocks-2.4.0
2.3.x
core.mocks-2.3.0
2.2.x
core.mocks-2.2.1
2.1.x
core.mocks-2.1.0
2.0.x
core.mocks-2.0.1
core.mocks-2.0.0
1.2.x
core.mocks-1.2.2
core.mocks-1.2.1
core.mocks-1.2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.truelayer.payments</groupId>
    <artifactId>core.mocks</artifactId>
    <version>2.5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.truelayer.payments : core.mocks gradle dependency to your build.gradle file:

implementation 'com.truelayer.payments:core.mocks:2.5.1'

Gradle Kotlin DSL: Add the following com.truelayer.payments : core.mocks gradle kotlin dependency to your build.gradle.kts file:

implementation("com.truelayer.payments:core.mocks:2.5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.truelayer.payments : core.mocks sbt scala dependency to your build.sbt file:

libraryDependencies += "com.truelayer.payments" % "core.mocks" % "2.5.1"