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