This repository was archived, its successors are:
- https://github.com/cufyorg/josekt
- https://github.com/cufyorg/extkt
- https://github.com/cufyorg/mongokt
- https://github.com/cufyorg/ped
Kotlin Extensions for enhancing partial encoding and decoding that uses no object mapping.
The main way of installing this library is
using jitpack.io
repositories {
// ...
mavenCentral()
maven("https://jitpack.io")
}
dependencies {
// Replace TAG with the desired version
implementation("org.cufy.extkt:extkt-crypto:TAG")
implementation("org.cufy.extkt:extkt-json:TAG")
}