MVN

io.github.nkbai : soot

Maven & Gradle

Dec 13, 2022
2.7k stars

Soot - a J*va Optimization Framework · A Java Optimization Framework

<dependency>
    <groupId>io.github.nkbai</groupId>
    <artifactId>soot</artifactId>
    <version>4.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.nkbai : soot to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.3.2

All Versions

Choose a version of io.github.nkbai : soot to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.3.x
soot-4.3.2
soot-4.3.1
soot-4.3.0
4.2.x
soot-4.2.0

How to add a dependency to Maven

Add the following io.github.nkbai : soot maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.nkbai</groupId>
    <artifactId>soot</artifactId>
    <version>4.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.nkbai : soot gradle dependency to your build.gradle file:

implementation 'io.github.nkbai:soot:4.3.2'

Gradle Kotlin DSL: Add the following io.github.nkbai : soot gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.nkbai:soot:4.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.nkbai : soot sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.nkbai" % "soot" % "4.3.2"