fixed typing mistake
This commit is contained in:
parent
734ae8333e
commit
6eb6949a7c
@ -37,7 +37,7 @@ if you use maven, you can put it `${project.basedir}/libs`, and edit config file
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.nintha</groupId>
|
<groupId>com.github.nintha</groupId>
|
||||||
<artifactId>webp-imageio-core</artifactId>
|
<artifactId>webp-imageio-core</artifactId>
|
||||||
<version>{versoin}</version>
|
<version>{version}</version>
|
||||||
<scope>system</scope>
|
<scope>system</scope>
|
||||||
<systemPath>${project.basedir}/libs/webp-imageio-core-{version}.jar</systemPath>
|
<systemPath>${project.basedir}/libs/webp-imageio-core-{version}.jar</systemPath>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
Loading…
Reference in New Issue
Block a user