GroupId | GroupIdcom.evernote |
---|---|
ArtifactId | ArtifactIdandroid-fetch |
Version | Version0.3.0 |
Type | Typeaar |
Filename | Size |
---|---|
android-fetch-0.3.0.pom | |
android-fetch-0.3.0.aar | 17 KB |
android-fetch-0.3.0-sources.jar | 7 KB |
android-fetch-0.3.0-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.evernote/android-fetch/ -->
<dependency>
<groupId>com.evernote</groupId>
<artifactId>android-fetch</artifactId>
<version>0.3.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.evernote/android-fetch/
implementation 'com.evernote:android-fetch:0.3.0'
// https://jarcasting.com/artifacts/com.evernote/android-fetch/
implementation ("com.evernote:android-fetch:0.3.0")
'com.evernote:android-fetch:aar:0.3.0'
<dependency org="com.evernote" name="android-fetch" rev="0.3.0">
<artifact name="android-fetch" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.evernote', module='android-fetch', version='0.3.0')
)
libraryDependencies += "com.evernote" % "android-fetch" % "0.3.0"
[com.evernote/android-fetch "0.3.0"]