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 4534ff6 commit 183fe11Copy full SHA for 183fe11
README.md
@@ -33,6 +33,8 @@ The required jar files are :
33
* xmlrpc-client-3.1.3.jar
34
* xmlrpc-common-3.1.3.jar
35
* ws-commons-util-1.0.2.jar
36
+
37
+New dependency https://github.com/briandilley/jsonrpc4j
38
* jsonrpc4j
39
40
Add those jar files to your classpath and you should be ok.
@@ -46,7 +48,7 @@ Run : ```mvn package``` or any other goal that will produce a .jar in the target
46
48
47
49
## Context manipulation
50
-Values must cast in correct forma
51
+Values must cast in correct format
52
53
```
54
Map inputMap = new java.util.HashMap();
0 commit comments