A Kotlin Wrapper of the Google Books APIs
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
dependencies {
implementation 'com.github.MatthiasReumann:googlebooksapi:master-SNAPSHOT'
}
allprojects {
repositories {
maven { url = uri("https://www.jitpack.io") }
}
}
dependencies {
implementation("com.github.MatthiasReumann:googlebooksapi:master-SNAPSHOT")
}