apply plugin: 'java-library' dependencies { implementation(project(':mirror-core')) api("org.mongodb:mongodb-driver-sync:${mongoDriver}") }