Exiftool Java Wrapper

Java wrapper around Phil Harvey's exiftool - https://www.sno.phy.queensu.ca/~phil/exiftool

License

License

Categories

Categories

Java Languages
GroupId

GroupId

io.github.freddielindsey
ArtifactId

ArtifactId

exiftool-java
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Exiftool Java Wrapper
Java wrapper around Phil Harvey's exiftool - https://www.sno.phy.queensu.ca/~phil/exiftool
Project URL

Project URL

https://github.com/FreddieLindsey/exiftool-java
Source Code Management

Source Code Management

https://github.com/FreddieLindsey/exiftool-java

Download exiftool-java

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.freddielindsey/exiftool-java/ -->
<dependency>
    <groupId>io.github.freddielindsey</groupId>
    <artifactId>exiftool-java</artifactId>
    <version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.freddielindsey/exiftool-java/
implementation 'io.github.freddielindsey:exiftool-java:0.0.2'
// https://jarcasting.com/artifacts/io.github.freddielindsey/exiftool-java/
implementation ("io.github.freddielindsey:exiftool-java:0.0.2")
'io.github.freddielindsey:exiftool-java:jar:0.0.2'
<dependency org="io.github.freddielindsey" name="exiftool-java" rev="0.0.2">
  <artifact name="exiftool-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.freddielindsey', module='exiftool-java', version='0.0.2')
)
libraryDependencies += "io.github.freddielindsey" % "exiftool-java" % "0.0.2"
[io.github.freddielindsey/exiftool-java "0.0.2"]

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.25

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

ExifTool-Java

CircleCI

Java wrapper around Phil Harvey's exiftool - https://www.sno.phy.queensu.ca/~phil/exiftool

Getting Started

You must have ExifTool installed, if you haven't already installed it there are installation instructions above (if you're on a Mac you can run brew install exiftool for the latest version).

Versions

Version
0.0.2
0.0.1
0.0.0