is not current version
Last Version 2.0.0-RC4

com.evernote:android-sdk 2.0.0-RC3

Android library to access the Evernote API.

GroupId

GroupId

com.evernote
ArtifactId

ArtifactId

android-sdk
Version

Version

2.0.0-RC3
Type

Type

aar

Download android-sdk 2.0.0-RC3


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