License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdio.github.freddielindsey |
ArtifactId | ArtifactIdexiftool-java |
Version | Version0.0.2 |
Type | Typejar |
Description |
DescriptionExiftool Java Wrapper
Java wrapper around Phil Harvey's exiftool - https://www.sno.phy.queensu.ca/~phil/exiftool
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
exiftool-java-0.0.2.pom | |
exiftool-java-0.0.2.jar | 26 KB |
exiftool-java-0.0.2-sources.jar | 5 KB |
exiftool-java-0.0.2-javadoc.jar | 52 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |