diff --git a/README.md b/README.md index e3a11b84..09523eee 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,20 @@ Open Charge Point Interface (OCPI) java / kotlin library +## Setup + +In your `build.gradle.kts`, add: +```kts +dependencies { + implementation("com.izivia:ocpi-2-2-1:0.0.13") + implementation("com.izivia:ocpi-transport:0.0.13") + + // ... other dependencies +} +``` + +To see all available artifacts, go to: https://central.sonatype.com/search?namespace=com.izivia&q=ocpi + ## Usage ### Server (CPO or eMSP)