[versions] baksmali = "3.0.7" commons_io = "2.16.1" commons_cli = "1.7.0" commons_lang3 = "3.14.0" commons_text = "1.12.0" guava = "32.0.1-jre" junit = "4.13.2" r8 = "8.3.37" smali = "3.0.7" xmlpull = "1.1.4c" xmlunit = "2.10.0" [libraries] baksmali = { module = "com.android.tools.smali:smali-baksmali", version.ref = "baksmali" } commons_cli = { module = "commons-cli:commons-cli", version.ref = "commons_cli"} commons_io = { module = "commons-io:commons-io", version.ref = "commons_io" } commons_lang3 = { module = "org.apache.commons:commons-lang3", version.ref = "commons_lang3" } commons_text = { module = "org.apache.commons:commons-text", version.ref = "commons_text" } guava = { module = "com.google.guava:guava", version.ref = "guava" } junit = { module = "junit:junit", version.ref = "junit" } r8 = { module = "com.android.tools:r8", version.ref = "r8" } smali = { module = "com.android.tools.smali:smali", version.ref = "smali" } xmlpull = { module = "xpp3:xpp3", version.ref = "xmlpull" } xmlunit = { module = "org.xmlunit:xmlunit-legacy", version.ref = "xmlunit" }