GroupId | GroupIdit.sephiroth.android.exif |
---|---|
ArtifactId | ArtifactIdandroid-exif-extended |
Version | Version1.0.4 |
Type | Typeaar |
Filename | Size |
---|---|
android-exif-extended-1.0.4.pom | |
android-exif-extended-1.0.4.aar | 71 KB |
Browse |
<!-- https://jarcasting.com/artifacts/it.sephiroth.android.exif/android-exif-extended/ -->
<dependency>
<groupId>it.sephiroth.android.exif</groupId>
<artifactId>android-exif-extended</artifactId>
<version>1.0.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/it.sephiroth.android.exif/android-exif-extended/
implementation 'it.sephiroth.android.exif:android-exif-extended:1.0.4'
// https://jarcasting.com/artifacts/it.sephiroth.android.exif/android-exif-extended/
implementation ("it.sephiroth.android.exif:android-exif-extended:1.0.4")
'it.sephiroth.android.exif:android-exif-extended:aar:1.0.4'
<dependency org="it.sephiroth.android.exif" name="android-exif-extended" rev="1.0.4">
<artifact name="android-exif-extended" type="aar" />
</dependency>
@Grapes(
@Grab(group='it.sephiroth.android.exif', module='android-exif-extended', version='1.0.4')
)
libraryDependencies += "it.sephiroth.android.exif" % "android-exif-extended" % "1.0.4"
[it.sephiroth.android.exif/android-exif-extended "1.0.4"]