Skip to content

Commit

Permalink
doc(readme): add setup part in readme explaining how to import the lib
Browse files Browse the repository at this point in the history
  • Loading branch information
lilgallon committed Oct 31, 2023
1 parent d9fa067 commit a9a5801
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a9a5801

Please sign in to comment.