update bio-formats version to 7.3.0.

This commit is contained in:
2024-06-05 12:35:58 +09:00
parent 2448d489ad
commit f244530932
2 changed files with 7 additions and 7 deletions

View File

@ -17,13 +17,13 @@ mvn package
### run by jar
```shell
java -jar ./target/dist/lib/bioformats-imageinfo-1.2.2.jar "[path to image file]"
java -jar ./target/dist/lib/bioformats-imageinfo-1.2.3.jar "[path to image file]"
```
### run by fat jar
```shell
java -jar ./target/bioformats-imageinfo-1.2.2-jar-with-dependencies.jar "[path to image file]"
java -jar ./target/bioformats-imageinfo-1.2.3-jar-with-dependencies.jar "[path to image file]"
```
## library usage