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