{ "project": { "name": "springbootswaggersample", "main": "me.hatter.sample.springbootswagger.Application", "archiveName": "sprintbootswaggersample" }, "java": "1.8", "builder": { "name": "gradle", "version": "3.1" }, "repo": { "dependencies": [ "org.springframework.boot:spring-boot-starter:1.3.2.RELEASE", "org.springframework.boot:spring-boot-starter-web:1.3.2.RELEASE", "io.springfox:springfox-swagger2:2.2.2", "io.springfox:springfox-swagger-ui:2.2.2" ] } }