Skip to content

Commit 7414011

Browse files
Update links and versions
1 parent 4d094e5 commit 7414011

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ To add a dependency on APE using Maven, use the following:
4747
<dependency>
4848
<groupId>io.github.sanctuuary</groupId>
4949
<artifactId>APE</artifactId>
50-
<version>2.0.0</version>
50+
<version>2.x.x</version>
5151
</dependency>
5252
```
5353
For information regarding **Gradle**, **Ivy**, etc. we refer to the [APE mvn repository](https://mvnrepository.com/artifact/io.github.sanctuuary/APE/latest).
@@ -84,7 +84,7 @@ or
8484
```shell
8585
git clone https://github.com/sanctuuary/APE_UseCases.git
8686
```
87-
Download the latest version of [`APE-[latest]-executable.jar`](https://repo.maven.apache.org/maven2/io/github/sanctuuary/APE/2.0.0/APE-2.0.0-executable.jar) and add it to the APE_UseCases directory (`~/git/APE_UseCases`)
87+
Download the latest version of [`APE-[latest]-executable.jar`](https://repo.maven.apache.org/maven2/io/github/sanctuuary/APE/) and add it to the APE_UseCases directory (`~/git/APE_UseCases`)
8888
```shell
8989
cd ~/git/APE_UseCases
9090
java -jar APE-[latest]-executable.jar ImageMagick/Example1/config.json

0 commit comments

Comments
 (0)