is not current version
Last Version 3.10.0

com.plaid.link:sdk-core 1.0.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

1.0.1
Type

Type

aar

Download sdk-core 1.0.1


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