GroupId | GroupIdcom.evernote |
---|---|
ArtifactId | ArtifactIdandroid-sdk |
Version | Version2.0.0-RC3 |
Type | Typeaar |
Filename | Size |
---|---|
android-sdk-2.0.0-RC3.pom | |
android-sdk-2.0.0-RC3.aar | 202 KB |
android-sdk-2.0.0-RC3-sources.jar | 81 KB |
android-sdk-2.0.0-RC3-javadoc.jar | 246 KB |
Browse |
<!-- 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"]