File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44[ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.drewnoakes/metadata-extractor.svg?maxAge=2592000 )] ( https://mvnrepository.com/artifact/com.drewnoakes/metadata-extractor )
55[ ![ Donate] ( https://img.shields.io/badge/paypal-donate-yellow.svg )] ( https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=TNXDJKCDV5Z2C&lc=GB&item_name=Drew%20Noakes&item_number=metadata%2dextractor&no_note=0&cn=Add%20a%20message%20%28optional%29%3a&no_shipping=1¤cy_code=GBP&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted )
66
7- _ metadata-extractor_ is a straightforward Java library for reading metadata from image files.
7+ _ metadata-extractor_ is a Java library for reading metadata from media files.
88
99## Installation
1010
@@ -14,7 +14,7 @@ The easiest way is to install the library via its [Maven package](http://search.
1414<dependency >
1515 <groupId >com.drewnoakes</groupId >
1616 <artifactId >metadata-extractor</artifactId >
17- <version >2.12 .0</version >
17+ <version >2.13 .0</version >
1818</dependency >
1919```
2020
Original file line number Diff line number Diff line change 1414
1515 <groupId >com.drewnoakes</groupId >
1616 <artifactId >metadata-extractor</artifactId >
17- <version >2.12 .0</version >
17+ <version >2.13 .0</version >
1818 <packaging >jar</packaging >
1919
2020 <name >${project.groupId} :${project.artifactId} </name >
You can’t perform that action at this time.
0 commit comments