apply plugin: "java" repositories { mavenCentral() } dependencies { compile "org.springframework:spring-jdbc:4.2.4.RELEASE" }