h-oikawa
10/1/2016 - 9:40 PM

From http://qiita.com/niusounds/items/d32e11f23f8127275e91

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'
}