is not current version
Last Version 2.0.0-RC4

com.evernote:android-sdk 2.0.0-RC2

Android library to access the Evernote API.

GroupId

GroupId

com.evernote
ArtifactId

ArtifactId

android-sdk
Version

Version

2.0.0-RC2
Type

Type

aar

Download android-sdk 2.0.0-RC2


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