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.
2 parents 5e24047 + 0bcf921 commit a8f596dCopy full SHA for a8f596d
README.md
@@ -27,6 +27,17 @@ For sbt users:
27
libraryDependencies += "org.msgpack" % "msgpack-core" % "0.7.0-M6"
28
```
29
30
+For gradle users:
31
+```
32
+repositories {
33
+ mavenCentral()
34
+}
35
+
36
+dependencies {
37
+ compile 'org.msgpack:msgpack-core:0.7.0-M6'
38
39
40
41
- [Usage examples](msgpack-core/src/test/java/org/msgpack/core/example/MessagePackExample.java)
42
43
msgpack-java supports serialization and deserialization of Java objects through [jackson-databind](https://github.com/FasterXML/jackson-databind).
0 commit comments