All artifacts are available and distributed by using the jcenter()
You should you artifact which you need. E.g. a domain artifact you will use in your domain layer,
but you can use it also in data and infrastructure, because you need e.g. instance to the Result
class.
// Gradle Kotlin DSL
implementation("cz.eman.kaal:kaal-core:0.6.0")
implementation 'cz.eman.kaal:kaal-core:0.6.0'
TBD
// Gradle Kotlin DSL
implementation("cz.eman.kaal:kaal-domain:0.6.0")
implementation 'cz.eman.kaal:kaal-domain:0.6.0'
TBD
// Gradle Kotlin DSL
implementation("cz.eman.kaal:kaal-presentation:0.6.0")
implementation 'cz.eman.kaal:kaal-presentation:0.6.0'
TBD
// Gradle Kotlin DSL
implementation("cz.eman.kaal:kaal-infrastructure:0.6.0")
implementation 'cz.eman.kaal:kaal-infrastructure:0.6.0'
TBD