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
@@ -57,7 +26,7 @@ and then include Succ4J as a dependency:
57
26
Replace VERSION with the version you want to use
58
27
59
28
## Downloading as a standalone jar
60
-
Head to the packages tab, select the latest version, and there you can download it as a separate .jar
29
+
Go to the [succ4j repository](https://falsepattern.ddns.net/maven2/com/github/falsepattern/succ4j/), choose your version, download succ4j-VERSION.jar and add it as a dependency to your project.
61
30
62
31
# Changelog:
63
32
1.2.0: Added annotation @GenericID, which can be used in generic classes to specify which generic type is used by a field based on an index (see ComplexChild.java in the tests for example)
0 commit comments