-
Notifications
You must be signed in to change notification settings - Fork 2
[1] Setup
Sven Braune edited this page Mar 24, 2021
·
3 revisions
buildscript {
repositories {
maven { url 'https://jitpack.io' }
}
}
...
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
implementation 'com.github.schwarzit.andcouchbaseentity:couchbase-entity-api:${latest_version}'
kapt 'com.github.schwarzit.andcouchbaseentity:couchbase-entity:${latest_version}'