You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-9Lines changed: 6 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,13 +35,10 @@ To [build](https://github.com/sanctuuary/APE#build-ape-from-source-using-maven)
35
35
#### Note
36
36
Building APE from source is not required to run it, as the latest stable version is available at [maven repository](https://mvnrepository.com/artifact/io.github.sanctuuary/APE/latest).
To add a dependency on APE using Maven, use the following:
@@ -50,7 +47,7 @@ To add a dependency on APE using Maven, use the following:
50
47
<dependency>
51
48
<groupId>io.github.sanctuuary</groupId>
52
49
<artifactId>APE</artifactId>
53
-
<version>2.0.0</version>
50
+
<version>2.x.x</version>
54
51
</dependency>
55
52
```
56
53
For information regarding **Gradle**, **Ivy**, etc. we refer to the [APE mvn repository](https://mvnrepository.com/artifact/io.github.sanctuuary/APE/latest).
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`)
0 commit comments