/* * -------- -------- -------- GENERATED by Swagger -------- -------- -------- */ apply plugin: 'java' apply plugin: 'eclipse' sourceCompatibility = 1.8 targetCompatibility = 1.8 repositories { mavenCentral() } dependencies { compile 'com.google.code.gson:gson:2.7' compile 'com.squareup.okhttp:okhttp:2.3.0' compile 'com.squareup.retrofit:retrofit:1.9.0' compile 'io.swagger:swagger-annotations:1.5.0' compile 'org.apache.oltu.oauth2:org.apache.oltu.oauth2.client:1.0.0' compile 'org.apache.oltu.oauth2:org.apache.oltu.oauth2.common:1.0.0' }