Skip to content

Commit ffb7613

Browse files
committed
chore: updated README
1 parent 4e2078f commit ffb7613

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

README.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,32 @@
1-
# OCPP 1.6 Library
1+
# OCPP Library
2+
3+
### Setup
4+
5+
Add jitpack to your repositories section in your gradle or maven build file
6+
7+
```kotlin
8+
repositories {
9+
maven("https://jitpack.io")
10+
}
11+
```
12+
13+
OCPP V16
14+
15+
```kotlin
16+
dependencies {
17+
implementation("com.monta.library.ocpp:core:<version>")
18+
implementation("com.monta.library.ocpp:v16:<version>")
19+
}
20+
```
21+
22+
OCPP V201
23+
24+
```kotlin
25+
dependencies {
26+
implementation("com.monta.library.ocpp:core:<version>")
27+
implementation("com.monta.library.ocpp:v201:<version>")
28+
}
29+
```
230

331
## OCPP Message Direction
432

0 commit comments

Comments
 (0)