GroupId | GroupIdcom.evernote |
---|---|
ArtifactId | ArtifactIdandroid-sdk |
Version | Version2.0.0-RC1 |
Type | Typeaar |
Filename | Size |
---|---|
android-sdk-2.0.0-RC1.pom | |
android-sdk-2.0.0-RC1.aar | 194 KB |
android-sdk-2.0.0-RC1-sources.jar | 79 KB |
android-sdk-2.0.0-RC1-javadoc.jar | 244 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.evernote/android-sdk/ -->
<dependency>
<groupId>com.evernote</groupId>
<artifactId>android-sdk</artifactId>
<version>2.0.0-RC1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.evernote/android-sdk/
implementation 'com.evernote:android-sdk:2.0.0-RC1'
// https://jarcasting.com/artifacts/com.evernote/android-sdk/
implementation ("com.evernote:android-sdk:2.0.0-RC1")
'com.evernote:android-sdk:aar:2.0.0-RC1'
<dependency org="com.evernote" name="android-sdk" rev="2.0.0-RC1">
<artifact name="android-sdk" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.evernote', module='android-sdk', version='2.0.0-RC1')
)
libraryDependencies += "com.evernote" % "android-sdk" % "2.0.0-RC1"
[com.evernote/android-sdk "2.0.0-RC1"]