dependencies {
// 基本ライブラリ
annotationProcessor 'org.androidannotations:androidannotations:4.1.0'
compile 'org.androidannotations:androidannotations-api:4.1.0'
// OrmLite
// annotationProcessor 'org.androidannotations:ormlite:4.1.0'
// compile 'org.androidannotations:ormlite-api:4.1.0'
// Rest client
// annotationProcessor 'org.androidannotations:rest-spring:4.1.0'
// compile 'org.androidannotations:rest-spring-api:4.1.0'
}