library
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>it.sephiroth.android.exif</groupId> <artifactId>library</artifactId> <version>1.0.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>it.sephiroth.android.exif</groupId> <artifactId>library</artifactId> <version>1.0.1</version> <packaging>aar</packaging> <name>exif-extended</name> <description>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</description> <url>http://blog.sephiroth.it</url> <inceptionYear>2013</inceptionYear> <licenses> <license> <name>Public Domain Software</name> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>sephiroth74</id> <name>Alessandro Crugnola</name> <email>alessandro.crugnola@gmail.com</email> <url>http://blog.sephiroth.it</url> <roles> <role>author</role> <role>developer</role> </roles> </developer> </developers> <scm> <connection>scm:git:git@github.com:sephiroth74/Android-Exif-Extended.git</connection> <developerConnection>scm:git:git@github.com:sephiroth74/Android-Exif-Extended.git</developerConnection> <url>https://github.com/sephiroth74/Android-Exif-Extended</url> </scm> <dependencies> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.3.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-io</artifactId> <version>1.3.2</version> <scope>compile</scope> </dependency> </dependencies> </project>