Skip to content

A mistake in the documentation #907

@IntHelloWorld

Description

@IntHelloWorld
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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions