plugins { id 'java-library' } java { sourceCompatibility = JavaVersion.VERSION_11 targetCompatibility = JavaVersion.VERSION_11 } dependencies { implementation 'com.squareup.okhttp3:okhttp:3.12.13' implementation 'com.google.guava:guava:32.0.1-jre' implementation 'com.google.code.gson:gson:2.11.0' }