eventbus: Add event interface

This commit is contained in:
Owain van Brakel
2019-07-27 22:19:54 +02:00
parent f7f539e245
commit eaf747ab66
113 changed files with 158 additions and 116 deletions

View File

@@ -1,5 +1,6 @@
description = 'Web API'
dependencies {
implementation project(':runelite-api')
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.0.1'
implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.5'
implementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.26'