Installation
Use the latest develop branch
For configuration options of your build tool please visit SootUp on Jitpack.io
Use Releases on Maven Central
The code below shows you how to import all submodules of the SootUp repository. You can import fewer modules if your use case allows it.
Add the following dependencies to your pom.xml
/ build.gradle
.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 |
|
Build from Source
If you'd like to get the most recent changes, you can build SootUp from source yourself and install it into your local maven repository.
1 2 |
|