License |
License
Public Domain Software
|
---|---|
GroupId | GroupIdit.sephiroth.android.exif |
ArtifactId | ArtifactIdlibrary |
Version | Version1.0.1 |
Type | Typeaar |
Description |
Descriptionexif-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 |
---|---|
library-1.0.1.pom | |
library-1.0.1.aar | 70 KB |
Browse |
<!-- https://jarcasting.com/artifacts/it.sephiroth.android.exif/library/ -->
<dependency>
<groupId>it.sephiroth.android.exif</groupId>
<artifactId>library</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/it.sephiroth.android.exif/library/
implementation 'it.sephiroth.android.exif:library:1.0.1'
// https://jarcasting.com/artifacts/it.sephiroth.android.exif/library/
implementation ("it.sephiroth.android.exif:library:1.0.1")
'it.sephiroth.android.exif:library:aar:1.0.1'
<dependency org="it.sephiroth.android.exif" name="library" rev="1.0.1">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='it.sephiroth.android.exif', module='library', version='1.0.1')
)
libraryDependencies += "it.sephiroth.android.exif" % "library" % "1.0.1"
[it.sephiroth.android.exif/library "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.3.2 |
org.apache.commons : commons-io | jar | 1.3.2 |