License |
License |
---|---|
GroupId | GroupIdit.sephiroth.android.exif |
ArtifactId | ArtifactIdandroid-exif-extended |
Version | Version1.0.6 |
Type | Typeaar |
Description |
DescriptionAndroid-Exif-Extended
Exif extended library for Android, based on jhead library (http://www.sentex.net/~mwandel/jhead/) and on the exif library used in the Android native gallery app
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
android-exif-extended-1.0.6.pom | |
android-exif-extended-1.0.6.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.6</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.6'
// https://jarcasting.com/artifacts/it.sephiroth.android.exif/android-exif-extended/
implementation ("it.sephiroth.android.exif:android-exif-extended:1.0.6")
'it.sephiroth.android.exif:android-exif-extended:aar:1.0.6'
<dependency org="it.sephiroth.android.exif" name="android-exif-extended" rev="1.0.6">
<artifact name="android-exif-extended" type="aar" />
</dependency>
@Grapes(
@Grab(group='it.sephiroth.android.exif', module='android-exif-extended', version='1.0.6')
)
libraryDependencies += "it.sephiroth.android.exif" % "android-exif-extended" % "1.0.6"
[it.sephiroth.android.exif/android-exif-extended "1.0.6"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.3.2 |
commons-io : commons-io | jar | 2.4 |