Setup
This library is distributed via maven central.
Add dependencies like following to use this library inside your project.
Simply add the dependencies inside your build.gradle.kts
file.
Define the dependencies inside your libs.versions.toml
file.
libs.versions.toml
[versions]
example library = "<LATEST-VERSION>"
[libraries]
# core
example library-{{ no such element: dict object['name'] }} = { module = "io.github.mflisar.example:{{ no such element: dict object['name'] }}", version.ref = "example library" }
# some useful extensions
example library-{{ no such element: dict object['name'] }} = { module = "io.github.mflisar.example:{{ no such element: dict object['name'] }}", version.ref = "example library" }
And then use the definitions in your projects like following: