We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e2078f commit ffb7613Copy full SHA for ffb7613
README.md
@@ -1,4 +1,32 @@
1
-# OCPP 1.6 Library
+# 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
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
25
26
27
+ implementation("com.monta.library.ocpp:v201:<version>")
28
29
30
31
## OCPP Message Direction
32
0 commit comments