apply plugin: 'java-library' dependencies { api("com.squareup.okhttp3:okhttp:${okhttpVersion}") api("org.mongodb:mongodb-driver-sync:${mongoDriver}") }