update bio-formats version to 7.0.1.

This commit is contained in:
2023-11-14 15:39:59 +09:00
parent 82e1d3844c
commit 4b56cfd9d8
4 changed files with 12 additions and 10 deletions

View File

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