is not current version
Last Version 3.10.0

com.plaid.link:sdk-core 3.2.5

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

3.2.5
Type

Type

aar

Download sdk-core 3.2.5


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