MVN

it.sephiroth.android.exif : android-exif-extended

Maven & Gradle

Dec 01, 2014
1 usages
134 stars

Android-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

<dependency>
    <groupId>it.sephiroth.android.exif</groupId>
    <artifactId>android-exif-extended</artifactId>
    <version>1.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of it.sephiroth.android.exif : android-exif-extended to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.6

All Versions

Choose a version of it.sephiroth.android.exif : android-exif-extended to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
android-exif-extended-1.0.6
android-exif-extended-1.0.5
android-exif-extended-1.0.4
android-exif-extended-1.0.2

How to add a dependency to Maven

Add the following it.sephiroth.android.exif : android-exif-extended maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>it.sephiroth.android.exif</groupId>
    <artifactId>android-exif-extended</artifactId>
    <version>1.0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following it.sephiroth.android.exif : android-exif-extended gradle dependency to your build.gradle file:

implementation 'it.sephiroth.android.exif:android-exif-extended:1.0.6'

Gradle Kotlin DSL: Add the following it.sephiroth.android.exif : android-exif-extended gradle kotlin dependency to your build.gradle.kts file:

implementation("it.sephiroth.android.exif:android-exif-extended:1.0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following it.sephiroth.android.exif : android-exif-extended sbt scala dependency to your build.sbt file:

libraryDependencies += "it.sephiroth.android.exif" % "android-exif-extended" % "1.0.6"