is not current version
Last Version 3.10.0

com.plaid.link:sdk-core 2.1.1

The Plaid Link SDK is the client-side component that end users interact with in order to link their accounts to Plaid.

GroupId

GroupId

com.plaid.link
ArtifactId

ArtifactId

sdk-core
Version

Version

2.1.1
Type

Type

aar

Download sdk-core 2.1.1


<!-- https://jarcasting.com/artifacts/com.plaid.link/sdk-core/ -->
<dependency>
    <groupId>com.plaid.link</groupId>
    <artifactId>sdk-core</artifactId>
    <version>2.1.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.plaid.link/sdk-core/
implementation 'com.plaid.link:sdk-core:2.1.1'
// https://jarcasting.com/artifacts/com.plaid.link/sdk-core/
implementation ("com.plaid.link:sdk-core:2.1.1")
'com.plaid.link:sdk-core:aar:2.1.1'
<dependency org="com.plaid.link" name="sdk-core" rev="2.1.1">
  <artifact name="sdk-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.plaid.link', module='sdk-core', version='2.1.1')
)
libraryDependencies += "com.plaid.link" % "sdk-core" % "2.1.1"
[com.plaid.link/sdk-core "2.1.1"]