License |
License |
---|---|
GroupId | GroupIdcom.plaid.link |
ArtifactId | ArtifactIdsdk-core |
Version | Version3.4.1 |
Type | Typeaar |
Description |
DescriptionPlaid Link Android SDK
The Plaid Link SDK enables end users to link their accounts to the app they want to use.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sdk-core-3.4.1.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.plaid.link/sdk-core/ -->
<dependency>
<groupId>com.plaid.link</groupId>
<artifactId>sdk-core</artifactId>
<version>3.4.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.plaid.link/sdk-core/
implementation 'com.plaid.link:sdk-core:3.4.1'
// https://jarcasting.com/artifacts/com.plaid.link/sdk-core/
implementation ("com.plaid.link:sdk-core:3.4.1")
'com.plaid.link:sdk-core:aar:3.4.1'
<dependency org="com.plaid.link" name="sdk-core" rev="3.4.1">
<artifact name="sdk-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.plaid.link', module='sdk-core', version='3.4.1')
)
libraryDependencies += "com.plaid.link" % "sdk-core" % "3.4.1"
[com.plaid.link/sdk-core "3.4.1"]