Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Maven dependency of Apache Commons Imaging [closed]

I need to access JPEG and TIFF metadata.

For this task, I'm trying to use Apache Commons Imaging library, which seems not to be available in Maven Central. How can I add this dependency?

like image 433
Barium Scoorge Avatar asked Oct 19 '22 22:10

Barium Scoorge


1 Answers

According to the readme at their github repo

There is currently no stable release of Imaging. However you can pull the latest SNAPSHOT from the Apache snapshot repository by adding the snapshot repository to your pom.xml

The url for the snapshot is https://repository.apache.org/content/repositories/snapshots/

like image 82
Manos Nikolaidis Avatar answered Oct 21 '22 15:10

Manos Nikolaidis