plugins { id 'java-library' } repositories { jcenter() } dependencies { runtime "org.postgresql:postgresql:42.1.4" implementation 'com.google.guava:guava:28.2-jre' testImplementation 'junit:junit:4.12' }