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
We are regularly applying for funding to help us maintain Soot. You can help us immensely by letting us know about [**projects that use Soot**](https://github.com/Sable/soot/wiki/Users-of-Soot), both commercially or in the form of research tools.
@@ -38,7 +38,7 @@ For detailed information please also consider the Soot's [JavaDoc and Options](h
38
38
39
39
# Including Soot in your Project
40
40
41
-
A Soot SNAPSHOT is currently built for each commit to the `develop` branch. You can include Soot as
41
+
A Soot release is currently built for each commit to the `master` branch. You can include Soot as
42
42
a dependency via Maven, Gradle, SBT, etc using the following coordinates:
43
43
44
44
@@ -50,24 +50,14 @@ a dependency via Maven, Gradle, SBT, etc using the following coordinates:
You can also obtain older builds of the `master` branch. A complete listing of builds can be found in [Sonatype's SNAPSHOT repository](https://oss.sonatype.org/content/repositories/snapshots/ca/mcgill/sable/soot).
55
+
You can also obtain older builds of the `master` branch. A complete listing of builds can be found on [Maven Central](https://repo.maven.apache.org/maven2/ca/mcgill/sable/soot/).
66
56
67
57
# How do I obtain Soot without Maven?
68
58
**We recommend using Soot with Maven**
69
59
70
-
You can obtain the latest realease build of Soot [directly](https://repo1.maven.org/maven2/ca/mcgill/sable/soot/).
60
+
You can obtain the latest release build of Soot [directly](https://repo1.maven.org/maven2/ca/mcgill/sable/soot/).
71
61
72
62
The `soot-RELEASE-jar-with-dependencies.jar` file is an all-in-one file that also contains all the required libraries.
0 commit comments