License |
License |
---|---|
GroupId | GroupIdcom.evernote |
ArtifactId | ArtifactIdandroid-intent |
Version | Version1.0.3 |
Type | Typeaar |
Description |
DescriptionAndroid-Evernote Intent
Android library to share information with the Android Evernote app.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
android-intent-1.0.3.pom | |
android-intent-1.0.3.aar | 10 KB |
android-intent-1.0.3-sources.jar | 13 KB |
android-intent-1.0.3-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.evernote/android-intent/ -->
<dependency>
<groupId>com.evernote</groupId>
<artifactId>android-intent</artifactId>
<version>1.0.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.evernote/android-intent/
implementation 'com.evernote:android-intent:1.0.3'
// https://jarcasting.com/artifacts/com.evernote/android-intent/
implementation ("com.evernote:android-intent:1.0.3")
'com.evernote:android-intent:aar:1.0.3'
<dependency org="com.evernote" name="android-intent" rev="1.0.3">
<artifact name="android-intent" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.evernote', module='android-intent', version='1.0.3')
)
libraryDependencies += "com.evernote" % "android-intent" % "1.0.3"
[com.evernote/android-intent "1.0.3"]