-
-
Notifications
You must be signed in to change notification settings - Fork 110
A mistake in the documentation #907
Copy link
Copy link
Closed
Description
Gradle
Add the following dependency in the build.gradle file of your project to include all SootUp modules into your project.
repositories {
mavenCentral()
google()
maven {
url "https://jitpack.io"
}
}
compile "org.soot-oss:sootup.core:1.2.0"
compile "org.soot-oss:sootup.java.core1.2.0"
compile "org.soot-oss:sootup.java.sourcecode1.2.0"
compile "org.soot-oss:sootup.java.bytecode1.2.0"
compile "org.soot-oss:sootup.jimple.parser1.2.0"
compile "org.soot-oss:sootup.callgraph1.2.0"
compile "org.soot-oss:sootup.analysis1.2.0"
some colons ":" are missed in the How to Start/Installation/Gradle of the documentation.
For example, compile "org.soot-oss:sootup.java.core1.2.0" -> compile "org.soot-oss:sootup.java.core:1.2.0"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels