add these things

This commit is contained in:
Ra
2025-09-12 04:27:36 -07:00
parent 148257661f
commit 6d6b4823e1
110 changed files with 10704 additions and 4716 deletions

View File

@@ -20,6 +20,10 @@ repositories {
}
dependencies {
// RuneLite/OpenOSRS integration
implementation(project(":runelite:runelite-api"))
implementation(project(":runelite:runelite-client"))
// Agent framework dependencies
implementation("com.fasterxml.jackson.core:jackson-core:2.15.2")
implementation("com.fasterxml.jackson.core:jackson-databind:2.15.2")